toolbar_buttons
toolbar_buttons copied to clipboard
Keyboard shortcut for Close Right Tabs Button ?
Would be great to be able to close tabs to the right using a keyboard shortcut :)
1. Summary
It would be nice to have shortcut for Close All Tabs
button.
2. Argumentation
I'm working in Firefox on several projects. For each I have a separate workplace.
For each workplace I have specific set of pinned tabs. I want to write scripts, that, in particular, close all tabs of first workplace, then open and pin tabs for new workplace.
Problem — I can't find any method for closing all pinned tabs, include current.
3. Not helped
3.1. Scripts
I can programmatically press shortcut in Firefox. Example AutoHotkey script:
; [INFO] Activate Firefox window
WinActivate, ahk_exe firefox.exe
; [INFO] Press Win+Alt+W in activated window
Send +!w
But I can't find any method, how I can press to Firefox extension button programmatically.
3.2. Another extension
I tried, for example, these Firefox extensions for closing all tabs:
But they don't close pinned tabs, what I need.
Thanks.
If I go back and update my extensions, which I am not planing on doing soon I will add keyboard shortcuts to them all.