Skip to content

gh-9453: Add unload tab keyboard shortcut#14583

Open
simon-ami wants to merge 2 commits into
zen-browser:devfrom
simon-ami:feat/9453
Open

gh-9453: Add unload tab keyboard shortcut#14583
simon-ami wants to merge 2 commits into
zen-browser:devfrom
simon-ami:feat/9453

Conversation

@simon-ami

Copy link
Copy Markdown

Addresses the configurable keyboard shortcut portion of #9453.

Adds an unbound, user-configurable Unload Current Tab or Selection shortcut under Window & Tab Management.

The command uses Firefox's existing explicit unload behavior:

  • With no multi-selection, it unloads the current tab.
  • With multiple tabs selected, it unloads the selected tabs.

The shortcut is added through keyboard shortcut migration v20.

Testing

  • npm run lint
  • npm run test -- tabs/browser_tabs_unload_selected.js --headless — 11/11 subtests passed
  • Manually assigned a shortcut in Settings and verified current-tab and multi-selected-tabs unloading

@simon-ami
simon-ami requested a review from mr-cheffy as a code owner July 14, 2026 13:47
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. Feature labels Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant