Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 2 trả lời
  • 3 gặp vấn đề này
  • 220 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Giải pháp được chọn

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/

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (2)

more options

Giải pháp được chọn

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