לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

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

  • 2 תגובות
  • 3 have this problem
  • 1 view
  • תגובה אחרונה מאת 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/

Read this answer in context 👍 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);