Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keys not working in international keyboards #9

Closed
guillermooo opened this issue Nov 17, 2015 · 3 comments
Closed

keys not working in international keyboards #9

guillermooo opened this issue Nov 17, 2015 · 3 comments

Comments

@guillermooo
Copy link
Member

Can't press Shift+; in a Spanish keyboard, for example. It must be Shift+..

@jpoon jpoon added the kind/bug label Nov 18, 2015
@jpoon
Copy link
Member

jpoon commented Nov 18, 2015

Re: microsoft/vscode#114

@guillermooo
Copy link
Member Author

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.

@jpoon
Copy link
Member

jpoon commented Nov 29, 2015

Let's use #47 to track issues with international keyboard.

@jpoon jpoon closed this as completed Nov 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants