We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dee3fd commit 8ddf8c5Copy full SHA for 8ddf8c5
1 file changed
src/view/actions/keyboard-shortcuts/helpers/commands/commands/history-commands.ts
@@ -14,7 +14,7 @@ export const historyCommands = () => {
14
hotkeys: [
15
{
16
key: 'Z',
17
- modifiers: ['Mod', 'Shift'],
+ modifiers: ['Mod'],
18
editorState: 'editor-off',
19
},
20
],
@@ -31,6 +31,11 @@ export const historyCommands = () => {
31
32
33
key: 'Y',
34
35
+ editorState: 'editor-off',
36
+ },
37
+ {
38
+ key: 'Z',
39
modifiers: ['Mod', 'Shift'],
40
41
0 commit comments