![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
Is there a shortcut key for "close all tabs in the right" and "close other tabs" actions? Thank you.
Is there a shortcut key for "close all tabs in the right" and "close other tabs" actions? Thank you.
Valgt løsning
As far as I know there is no predefined shortcut for this task. You can always check for the available shortcut in this list: Keyboard shortcuts - Perform common Firefox tasks quickly
However you can set your own shortcut using this addons: https://addons.mozilla.org/en-US/firefox/addon/customizable-shortcuts/
Læs dette svar i sammenhæng 👍 1Alle svar (2)
Valgt løsning
As far as I know there is no predefined shortcut for this task. You can always check for the available shortcut in this list: Keyboard shortcuts - Perform common Firefox tasks quickly
However you can set your own shortcut using this addons: https://addons.mozilla.org/en-US/firefox/addon/customizable-shortcuts/
You can use these commands in the keyconfig extension:
- Close Tabs to the Right:
gBrowser.removeTabsToTheEndFrom(TabContextMenu.contextTab); - Close Other Tabs:
gBrowser.removeAllTabsBut(TabContextMenu.contextTab);