Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > ba17bf283650f0bfe584474187aa5a3b > files > 34

mozilla-firefox-2.0.0.6-12mdv2008.0.src.rpm

--- mozilla/browser/app/profile/firefox.js.mousewheel	2006-08-24 15:20:47.000000000 +0200
+++ mozilla/browser/app/profile/firefox.js	2006-08-24 15:22:15.000000000 +0200
@@ -336,6 +336,11 @@
 pref("mousewheel.withaltkey.action",0);
 pref("mousewheel.withaltkey.sysnumlines",false);
 
+// enable horizontal scroll with some horizontal mousewheel
+pref("mousewheel.horizscroll.withnokey.action",0);
+pref("mousewheel.horizscroll.withnokey.numlines",-1);
+pref("mousewheel.horizscroll.withnokey.sysnumlines",true);
+
 pref("profile.allow_automigration", false);   // setting to false bypasses automigration in the profile code
 
 // Customizable toolbar stuff