Преглед изворни кода

Disable mouse wheel speed

main
Ashton Charbonneau пре 1 година
родитељ
комит
c411186b19
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      user.js

+ 1
- 1
user.js Прегледај датотеку

@@ -91,7 +91,7 @@ user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio", 2.0);
91 91
 user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250);
92 92
 user_pref("general.smoothScroll.currentVelocityWeighting", 1.0);
93 93
 user_pref("general.smoothScroll.stopDecelerationWeighting", 1.0);
94
-user_pref("mousewheel.default.delta_multiplier_y", 250);
94
+//user_pref("mousewheel.default.delta_multiplier_y", 250);
95 95
 
96 96
 /* Bloat */
97 97
 user_pref("browser.newtabpage.activity-stream.default.sites", ""); // empty top sites list

Loading…
Откажи
Сачувај