---
 config.def.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config.def.h b/config.def.h
index dce76f8..e867ba3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -115,7 +115,9 @@ static Key keys[] = {
        { MODKEY,                GDK_KEY_r,      reload,     { .b = 0 } },
 
        { MODKEY,                GDK_KEY_l,      navigate,   { .i = +1 } },
+       { 0,                     GDK_KEY_Forward,navigate,   { .i = +1 } },
        { MODKEY,                GDK_KEY_h,      navigate,   { .i = -1 } },
+       { 0,                     GDK_KEY_Back,   navigate,   { .i = -1 } },
 
        /* Currently we have to use scrolling steps that WebKit2GTK+ gives us
         * d: step down, u: step up, r: step right, l:step left
-- 
2.12.2


Reply via email to