VS Code settings.json
By default VS Code will override keyboard keypress modifications. To disable this, add the following to VS Code settings.json:
{
... ,
"keyboard.dispatch": "keyCode",
...
}
By default VS Code will override keyboard keypress modifications. To disable this, add the following to VS Code settings.json:
{
... ,
"keyboard.dispatch": "keyCode",
...
}