Skip to content

Commit

Permalink
feature: add shortcut 'Ctrl + Q': close app window
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-hoffman committed Sep 11, 2021
1 parent 23514a7 commit bfbafb4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/shortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,18 @@ export default {
shortcut: 'Ctrl + Shift + W',
description: 'Close all tabs in current workspace / close app window'
},
closeAppWindow: {
isGlobal: false,
isReadOnly: false,
routes: ['all'],
icon: 'mdi-close-box-outline',
iconSize: '20px',
action: {
name: 'CLOSE_APP_WINDOW',
},
shortcut: 'Ctrl + Q',
description: 'Close app window'
},
scrollTop: {
isGlobal: false,
isReadOnly: false,
Expand Down

0 comments on commit bfbafb4

Please sign in to comment.