Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Are there any way to disable mouse shortcuts ?

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: cor-el

more options

I use option + mouse scroll to scroll the webpage horizontally, however Firefox use option + mouse scroll to switch page back/forward. Are there any way to disable it?

I use option + mouse scroll to scroll the webpage horizontally, however Firefox use option + mouse scroll to switch page back/forward. Are there any way to disable it?

選ばれた解決策

In Firefox you use the Shift modifier to scroll horizontally. You can possibly swap these two prefs on the about:config page:

  • mousewheel.with_alt.action = 2 => 4
  • mousewheel.with_shift.action = 4 => 2

You can use '0' to disable a specific action.

You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".


Mousewheel action prefs on the about:config page:

  • 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)
この回答をすべて読む 👍 1

すべての返信 (1)

more options

選ばれた解決策

In Firefox you use the Shift modifier to scroll horizontally. You can possibly swap these two prefs on the about:config page:

  • mousewheel.with_alt.action = 2 => 4
  • mousewheel.with_shift.action = 4 => 2

You can use '0' to disable a specific action.

You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".


Mousewheel action prefs on the about:config page:

  • 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)