Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 2 个回答
  • 3 人有此问题
  • 1 次查看
  • 最后回复者为 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.

被采纳的解决方案

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/

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

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