Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > media > main-updates-src > by-pkgid > 560a66f8a53021b4b9b753c8581c58a8 > files > 36

mozilla-firefox-2.0.0.13-1.1mdv2007.1.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