We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8493324 commit 44aa427Copy full SHA for 44aa427
docs/vscode.md
@@ -27,7 +27,12 @@
27
```
28
[
29
// HHKB
30
- { "key": "cmd+escape", "command": "workbench.action.terminal.toggleTerminal" }
+ { "key": "cmd+escape", "command": "workbench.action.terminal.toggleTerminal" },
31
+ { "key": "cmd+shift+escape", "command": "workbench.action.showErrorsWarnings"},
32
+ { "key": "alt+i", "command": "cursorUp", "when": "editorTextFocus" },
33
+ { "key": "alt+j", "command": "cursorLeft", "when": "editorTextFocus" },
34
+ { "key": "alt+k", "command": "cursorDown", "when": "editorTextFocus" },
35
+ { "key": "alt+l", "command": "cursorRight", "when": "editorTextFocus" }
36
]
37
38
0 commit comments