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

map keys from US keyboard to other layouts #61

Merged
merged 1 commit into from
Dec 2, 2015
Merged

Conversation

guillermooo
Copy link
Member

Uses a vim.keyboardLayout setting to determine which keyboart layout to use; defaults to letting the key trhough as is.

@guillermooo guillermooo force-pushed the keyboard branch 2 times, most recently from 1c89925 to 140e7b2 Compare November 30, 2015 21:12
@jpoon
Copy link
Member

jpoon commented Nov 30, 2015

👍 x 💯

How does one configure what keyboard to use?

@guillermooo
Copy link
Member Author

"vim.keyboardLayout" = "es-ES" in you user settings, but that code is a bad name for a keyboard, because it could be DVORAK, QWERTY or a different variant. I think we'll have to use other names.

In any case, I believe VSC cannot really forward all needed characters from non-US QWERTY keyboards. For example, I cannot capture < for Spanish Spain QWERTY because VSC believes it's \, and the actual US QWERTY < is ; in Spanish Spain QWERTY.

TD;DR Not ready for merging. :)

guillermooo added a commit that referenced this pull request Dec 2, 2015
map keys from US keyboard to other layouts
@guillermooo guillermooo merged commit 8b0cff5 into master Dec 2, 2015
@guillermooo
Copy link
Member Author

Basic functionality ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants