mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
fix horizontal scrollwheel (bug 246879)
This commit is contained in:
parent
1227e2c3c9
commit
96d92fc960
@ -90,6 +90,11 @@ pref("mousewheel.horizscroll.withshiftkey.action", 0);
|
||||
pref("mousewheel.horizscroll.withshiftkey.numlines", 1);
|
||||
pref("mousewheel.horizscroll.withshiftkey.sysnumline", true);
|
||||
|
||||
// enable horizontal scrolling with horizontal scroll wheels
|
||||
pref("mousewheel.horizscroll.withnokey.action",0);
|
||||
pref("mousewheel.horizscroll.withnokey.numlines",1);
|
||||
pref("mousewheel.horizscroll.withnokey.sysnumlines",true);
|
||||
|
||||
// make history scrolling with option go the standard way
|
||||
pref("mousewheel.horizscroll.withaltkey.action", 2);
|
||||
pref("mousewheel.horizscroll.withaltkey.numlines", 1);
|
||||
|
Loading…
Reference in New Issue
Block a user