add keycode dispatch to vscode
This commit is contained in:
parent
6acbf174c4
commit
7d21e53af9
1 changed files with 3 additions and 3 deletions
|
@ -43,6 +43,6 @@
|
||||||
"down",
|
"down",
|
||||||
"backspace",
|
"backspace",
|
||||||
"delete"
|
"delete"
|
||||||
]
|
],
|
||||||
|
"keyboard.dispatch": "keyCode"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue