Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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