From 42fdc77f5e4929fd618ab63e600ed550d52a0326 Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Fri, 20 Nov 2015 00:58:14 +0100 Subject: Remove togglescrollbars() We do not have access to scrollbars and will have to manipulate DOM to do that. --- config.def.h | 1 - 1 file changed, 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 997aaab..dea8091 100644 --- a/config.def.h +++ b/config.def.h @@ -125,7 +125,6 @@ static Key keys[] = { { MODKEY|GDK_SHIFT_MASK, GDK_KEY_v, toggle, { .v = "enable-plugins" } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_a, togglecookiepolicy, { 0 } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_m, togglestyle, { 0 } }, - { MODKEY|GDK_SHIFT_MASK, GDK_KEY_b, togglescrollbars, { 0 } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_g, togglegeolocation, { 0 } }, }; -- cgit v1.2.3