소스 검색

Disable mouse wheel speed

main
Ashton Charbonneau 2 년 전
부모
커밋
c411186b19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      user.js

+ 1
- 1
user.js 파일 보기

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…
취소
저장