搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How to change scroll modifier key

  • 2 个回答
  • 1 人有此问题
  • 5 次查看
  • 最后回复者为 v8powerage

more options

Chrome has this option of scrolling just a little when you press alt+up/down arrow, on Firefox at least on MacBook I have to press fn key, very inconvenient, how to change it to alt?

Chrome has this option of scrolling just a little when you press alt+up/down arrow, on Firefox at least on MacBook I have to press fn key, very inconvenient, how to change it to alt?

所有回复 (2)

more options

There are prefs that set the mousewheel action for various modifiers. You can modify the delta_multiplier_y pref for a specific modifier to a lower value to scroll less and set its action to '1' to scroll.

Mousewheel prefs:

  • mousewheel.default.action
  • mousewheel.with_*.action
  • mousewheel.with_alt.action = 2
  • mousewheel.with_control.action = 3
  • mousewheel.with_meta.action = 1
  • mousewheel.with_shift.action = 4
  • mousewheel.with_win.action= 1

Action:

0: Nothing happens
1: Scrolling contents
2: Go back or go forward, in your history
3: Zoom in or out (reflowing zoom)
4: Treat vertical wheel as horizontal scroll
5: Zoom in or out (pinch zoom)
more options

cor-el said

There are prefs that set the mousewheel action for various modifiers. You can modify the delta_multiplier_y pref for a specific modifier to a lower value to scroll less and set its action to '1' to scroll. Mousewheel prefs:
  • mousewheel.default.action
  • mousewheel.with_*.action
  • mousewheel.with_alt.action = 2
  • mousewheel.with_control.action = 3
  • mousewheel.with_meta.action = 1
  • mousewheel.with_shift.action = 4
  • mousewheel.with_win.action= 1
Action: 0: Nothing happens 1: Scrolling contents 2: Go back or go forward, in your history 3: Zoom in or out (reflowing zoom) 4: Treat vertical wheel as horizontal scroll 5: Zoom in or out (pinch zoom)
I don't want mousewheel I want arrow up/down +alt to scroll like it's in chrome.

Ok I adjusted this toolkit.scrollbox.verticalScrollDistance from 3 to 40 so I just press arrow up/down it scrolls more.

由v8powerage于修改