mirror of
https://github.com/zen-browser/components.git
synced 2025-07-10 00:25:29 +02:00
Refactor ZenKeyboardShortcuts to add zenChangeWorkspaceBack shortcut
This commit is contained in:
parent
ae56ffc365
commit
ef5da75e5e
2 changed files with 6 additions and 3 deletions
|
@ -10,6 +10,7 @@ const kZKSActions = {
|
|||
|
||||
// Workspace actions
|
||||
zenChangeWorkspace: ['ZenWorkspaces.changeWorkspaceShortcut()', 'zen-change-workspace', 'workspace-action'],
|
||||
zenChangeWorkspaceBack: ['ZenWorkspaces.changeWorkspaceShortcut(-1)', 'zen-change-workspace-back', 'workspace-action'],
|
||||
|
||||
// manage actions
|
||||
openNewTab: ['command:cmd_newNavigatorTabNoEvent', 'open-new-tab', 'tab-action'],
|
||||
|
@ -129,7 +130,8 @@ const kZenDefaultShortcuts = {
|
|||
zenSplitViewClose: 'Ctrl+Alt+U',
|
||||
|
||||
// Workspace actions
|
||||
zenChangeWorkspace: 'Ctrl+Shift+E',
|
||||
zenChangeWorkspace: 'Ctrl+E',
|
||||
zenChangeWorkspaceBack: 'Ctrl+Shift+E',
|
||||
|
||||
// Compact mode actions
|
||||
zenToggleCompactMode: 'Ctrl+Alt+C',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue