using ctrl-f to find. - surf - Surf web browser.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit db72e066d1c6b20b6c36db95205a2127fe100227
 (DIR) parent 86c230c2bb5be5e1b611f79ebb8627b168ed2f9d
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Fri, 25 Jun 2010 09:42:58 +0200
       
       using ctrl-f to find.
       Diffstat:
         config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git 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 } },
        };