jscher2000 / switch-to-previous-active-tab

Firefox toolbar button to switch to the last accessed tab (and MRU popup)
Mozilla Public License 2.0
8 stars 1 forks source link

Add middle-click mouse handler #15

Closed mystiquewolf closed 1 year ago

mystiquewolf commented 1 year ago

Feature request: Add handler for middle-click with touchpad/mouse.

If main left click is set to show popup list, middle click will switch to the last previous used tab. Else if main left click is set to switch to previous used tab, middle click will show the popup list instead.

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/browserAction/onClicked#addlistener_syntax

jscher2000 commented 1 year ago

Thank you for the suggestion. I've added this in version 2.5 tonight.

jscher2000 commented 1 year ago

I assume this is working for you now but, if not, let me know.