mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 00:49:58 +02:00
Merge pull request #14 from anatasiajp/patch-3
Update ZenKeyboardShortcuts.mjs
This commit is contained in:
commit
8215a6fe0c
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ const kZKSActions = {
|
|||
showNextTab: ['gBrowser.tabContainer.advanceSelectedTab(1, true)', 'show-next-tab', 'tab-action'],
|
||||
showPreviousTab: ['gBrowser.tabContainer.advanceSelectedTab(-1, true)', 'show-previous-tab', 'tab-action'],
|
||||
showAllTabsPanel: ['gTabsPanel.showAllTabsPanel()', 'show-all-tabs-panel', 'tab-action'],
|
||||
focusUrlbar: ['command:Browser:OpenLocation', 'focus-urlbar', 'tab-action'],
|
||||
|
||||
// Compact mode actions
|
||||
zenToggleCompactMode: ['gZenCompactModeManager.toggle()', 'zen-toggle-compact-mode', 'compact-mode-action'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue