about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-06-25 09:42:58 +0200
committerEnno Boland (tox) <tox@s01.de>2010-06-25 09:42:58 +0200
commitdb72e066d1c6b20b6c36db95205a2127fe100227 (patch)
tree32fbee2304643766d7313845474134947313e2be /config.def.h
parentAdded tag 0.4.1 for changeset 71388899ac09 (diff)
downloadsurf-db72e066d1c6b20b6c36db95205a2127fe100227.tar.gz
surf-db72e066d1c6b20b6c36db95205a2127fe100227.tar.bz2
surf-db72e066d1c6b20b6c36db95205a2127fe100227.zip
using ctrl-f to find.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index c323a62..3b64d75 100644
--- a/config.def.h
+++ b/config.def.h
@@ -34,7 +34,7 @@ static Key keys[] = {
     { 0,                    GDK_Escape, stop,       { 0 } },
     { MODKEY,               GDK_o,      source,     { 0 } },
     { MODKEY,               GDK_g,      spawn,      SETPROP("_SURF_URI", "_SURF_GO") },
-    { MODKEY,               GDK_slash,  spawn,      SETPROP("_SURF_FIND", "_SURF_FIND") },
+    { MODKEY,               GDK_f,      spawn,      SETPROP("_SURF_FIND", "_SURF_FIND") },
     { MODKEY,               GDK_n,      find,       { .b = TRUE } },
     { MODKEY|GDK_SHIFT_MASK,GDK_n,      find,       { .b = FALSE } },
 };