X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=3b64d7546e3f2d61b661d867692b7b634e2a5157;hp=c323a6239242b33308ece360477d12b0497a2cde;hb=db72e066d1c6b20b6c36db95205a2127fe100227;hpb=86c230c2bb5be5e1b611f79ebb8627b168ed2f9d 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 } }, };