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