Skip to content

Commit 44aa427

Browse files
committed
key map
1 parent 8493324 commit 44aa427

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/vscode.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@
2727
```
2828
[
2929
// HHKB
30-
{ "key": "cmd+escape", "command": "workbench.action.terminal.toggleTerminal" }
30+
{ "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" }
3136
]
3237
```
3338

0 commit comments

Comments
 (0)