From ba452c2e1311dab6f85c8d29c2aea2ae8e063d56 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Fri, 16 Nov 2012 10:42:30 +0100 Subject: Adding back the Escape to stop loading the current page. Thanks Daniel Bainton for the notice! --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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") }, -- cgit v1.2.3