Explorar el Código

Disable mouse wheel speed

main
Ashton Charbonneau hace 1 año
padre
commit
c411186b19
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      user.js

+ 1
- 1
user.js Ver fichero

@@ -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…
Cancelar
Guardar