tfixing config.def.h - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 87563c7e9d8a11472791c0e1686ae07bb6aa544d
 (DIR) parent 9557e7b7697f26ca9ddcce6c2ad07913269b6525
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Wed, 21 Oct 2009 09:25:09 +0200
       
       fixing config.def.h
       Diffstat:
         M config.def.h                        |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -32,7 +32,6 @@ static Key keys[] = {
            { MODKEY,               GDK_slash,  spawn,      SETPROP("_SURF_FIND") },
            { MODKEY,               GDK_n,      find,       { .b = TRUE } },
            { MODKEY|GDK_SHIFT_MASK,GDK_n,      find,       { .b = FALSE } },
       -    { 0,                    GDK_Return, loaduri,    { .v = NULL } },
        };
        
        static Item items[] = {