fix horizontal scrollwheel (bug 246879)

This commit is contained in:
pinkerton%aol.net 2004-06-16 04:56:26 +00:00
parent 1227e2c3c9
commit 96d92fc960

View File

@ -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);