Search Support

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

Is there a shortcut key for "close all tabs in the right" and "close other tabs" actions? Thank you.

  • 2 replies
  • 3 have this problem
  • 221 views
  • Last reply by cor-el

more options

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.

Chosen solution

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/

Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

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/

more options

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