為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Can I use horizontal scroll to switch between tabs?

  • 9 回覆
  • 3 有這個問題
  • 4 次檢視
  • 最近回覆由 Phoxuponyou

more options

I find it useful to switch between tabs with the horizontal scroll wheel of my mouse. Can I configure Firefox in this way?

I find it useful to switch between tabs with the horizontal scroll wheel of my mouse. Can I configure Firefox in this way?

被選擇的解決方法

Apparently FireGestures does not support horizontal scrolling directly if you can't get it to work. I have no local means of testing it, as no one I know owns a mouse with horizontal scrolling. FireGestures does provide alternatives (I use tab row scrolling), however, and supports scripting if you want to try and use the technical information provided by cor-el.

One more avenue would be to use the mouse's own software like Logitech Setpoint or Microsoft Intellipoint to set the horizontal scrolling to execute the FF hotkey combo Ctrl+PgUp and Ctrl+PgDown. This would override native scrolling, however.

You can leave feedback at https://input.mozilla.org/en-GB/feedback/ if you'd like to see this functionality implemented. I think you're better off trying to get an add-on to do it though, as horizontal scrolling seems to remain a very niche feature.

從原來的回覆中察看解決方案 👍 0

所有回覆 (9)

more options

You can look at this extension to see if you can use this extension:

more options

Thank you, this is a useful extension, but not exactly what I need.

more options

I'm not aware of an extension that supports this feature to use the horizontal mouse scroll wheel to switch between tabs. That is why I proposed the extension.

You would need to have the 'button' to emulate these commands:

  • gBrowser.mTabContainer.advanceSelectedTab(-1,true);
  • gBrowser.mTabContainer.advanceSelectedTab(1,true);
more options

Yes, I believe, this is the right way of solving my issue.

But actually I have no idea how to send commands to my browser. May be you can give me some example? Thank you in advance!

Otherwise I can mark this question as solved and create another question about sending the commands.

more options

Hi there. I don't know of any way to do this natively in Firefox, but Firegestures, https://addons.mozilla.org/en-GB/firefox/addon/firegestures/, supports wheel gestures, rocker gestures, and tab gestures with the wheel. You could see if one of these suits you.

Use the Advanced tab: http://www.xuldev.org/firegestures/images/options3.png?ver=1.7.

more options

Thank you, Phoxuponyou! I have tried to use firegestures, but I couldn't find a gesture, which corresponds to the horizontal scroll wheel of my mouse.

May be you can advise me, how to find this gesture?

more options

選擇的解決方法

Apparently FireGestures does not support horizontal scrolling directly if you can't get it to work. I have no local means of testing it, as no one I know owns a mouse with horizontal scrolling. FireGestures does provide alternatives (I use tab row scrolling), however, and supports scripting if you want to try and use the technical information provided by cor-el.

One more avenue would be to use the mouse's own software like Logitech Setpoint or Microsoft Intellipoint to set the horizontal scrolling to execute the FF hotkey combo Ctrl+PgUp and Ctrl+PgDown. This would override native scrolling, however.

You can leave feedback at https://input.mozilla.org/en-GB/feedback/ if you'd like to see this functionality implemented. I think you're better off trying to get an add-on to do it though, as horizontal scrolling seems to remain a very niche feature.

more options

Thank you once more!

I will do both: leave a feedback and try to solve my issue by making a script in my OS (Ubuntu).

more options

Alright; you're welcome, and the best of luck in your quest!