about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-11-16 10:42:30 +0100
committerChristoph Lohmann <20h@r-36.net>2012-11-16 10:42:30 +0100
commitba452c2e1311dab6f85c8d29c2aea2ae8e063d56 (patch)
tree6c7f51a496a70f32936477f3e716c55759cfcee1 /config.def.h
parentSome minor style updates. (diff)
downloadsurf-ba452c2e1311dab6f85c8d29c2aea2ae8e063d56.tar.gz
surf-ba452c2e1311dab6f85c8d29c2aea2ae8e063d56.tar.bz2
surf-ba452c2e1311dab6f85c8d29c2aea2ae8e063d56.zip
Adding back the Escape to stop loading the current page. Thanks Daniel Bainton
for the notice!
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index fdf784e..5f554ff 100644
--- a/config.def.h
+++ b/config.def.h
@@ -45,6 +45,7 @@ static Key keys[] = {
     { MODKEY,               GDK_space,       scroll_v,   { .i = +10000 } },
     { MODKEY,               GDK_i,           scroll_h,   { .i = +1 } },
     { MODKEY,               GDK_u,           scroll_h,   { .i = -1 } },
+    { 0,                    GDK_Escape, stop,       { 0 } },
     { MODKEY,               GDK_o,      source,     { 0 } },
     { MODKEY,               GDK_g,      spawn,      SETPROP("_SURF_URI", "_SURF_GO") },
     { MODKEY,               GDK_f,      spawn,      SETPROP("_SURF_FIND", "_SURF_FIND") },