adding automatic download for not supported files.
[surf.git] / config.def.h
index 47943cb..42aad51 100644 (file)
@@ -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[] = {
@@ -43,4 +42,5 @@ static Item items[] = {
     { "Stop",           stop,      { 0 } },
     { "Paste URI",      clipboard, { .b = TRUE } },
     { "Copy URI",       clipboard, { .b = FALSE } },
+    { "Download",       download,  { 0 } },
 };