aboutsummaryrefslogtreecommitdiffstats
path: root/data/default-prefs-common.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/default-prefs-common.js')
-rw-r--r--data/default-prefs-common.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/data/default-prefs-common.js b/data/default-prefs-common.js
index 4475ff41e..e1995086f 100644
--- a/data/default-prefs-common.js
+++ b/data/default-prefs-common.js
@@ -1,7 +1,10 @@
-// mouse wheel
-pref("mousewheel.withcontrolkey.action", 1);
+// mouse wheel: disable mozilla's ctrl+wheel zooming
+// bug: setting this to -1 does not disable the built-in action, but instead
+// prevents event delivery at all!
+pref("mousewheel.withcontrolkey.action", 0);
pref("mousewheel.withcontrolkey.numlines", 1);
pref("mousewheel.withcontrolkey.sysnumlines", false);
+
// fix horizontal scroll with 2nd wheel, see bug #148557
pref("mousewheel.horizscroll.withnokey.action", 0);
pref("mousewheel.horizscroll.withnokey.sysnumlines", true);