summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2015-11-20 00:58:14 +0100
committerQuentin Rameau <quinq@fifth.space>2015-11-20 00:58:14 +0100
commit42fdc77f5e4929fd618ab63e600ed550d52a0326 (patch)
treede1beea73c2a24fbfe517c1a765ea65245b4c068 /config.def.h
parenta53dc901710fc2bf487b5d98e5b6596c572d9250 (diff)
downloadsurf-42fdc77f5e4929fd618ab63e600ed550d52a0326.tar.gz
surf-42fdc77f5e4929fd618ab63e600ed550d52a0326.tar.bz2
surf-42fdc77f5e4929fd618ab63e600ed550d52a0326.zip
Remove togglescrollbars()
We do not have access to scrollbars and will have to manipulate DOM to do that.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
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 } },
};