Sfoglia il codice sorgente

Disable mouse wheel speed

main
Ashton Charbonneau 2 anni fa
parent
commit
c411186b19
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      user.js

+ 1
- 1
user.js Vedi File

91
 user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250);
91
 user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250);
92
 user_pref("general.smoothScroll.currentVelocityWeighting", 1.0);
92
 user_pref("general.smoothScroll.currentVelocityWeighting", 1.0);
93
 user_pref("general.smoothScroll.stopDecelerationWeighting", 1.0);
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
 /* Bloat */
96
 /* Bloat */
97
 user_pref("browser.newtabpage.activity-stream.default.sites", ""); // empty top sites list
97
 user_pref("browser.newtabpage.activity-stream.default.sites", ""); // empty top sites list

Loading…
Annulla
Salva