using ctrl-f to find.

This commit is contained in:
Enno Boland (tox) 2010-06-25 09:42:58 +02:00
parent 86c230c2bb
commit db72e066d1
1 changed files with 1 additions and 1 deletions

View File

@ -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 } },
};