You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking ideally we'd be able to load keybindings for different keyboard layouts. So VS Code should conditionally load sets of key bindings based on some configuration.
For example, this would go in a config file like preferences.json:
...
"localeResources": "es-ES", // null, "default" or empty means "default"
...
And now VS Code or our extension would know to load:
keybindings.es-ES.json
instead of:
keybindings.json
All of this is just an example, I'm aware VS Code can't do this right now.
Can't press
Shift+;
in a Spanish keyboard, for example. It must beShift+.
.The text was updated successfully, but these errors were encountered: