-
Notifications
You must be signed in to change notification settings - Fork 109
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
Non-US keyboard layouts #89
Comments
See #88 |
I use a Swedish layout and had problems with v0.4.0. The master-branch works for me, so I guess #88 or some other commit solved this issue. EDIT: |
I found that there's a difference between
That is, simply wrap problematic bindings with |
Yeah, that's the way to go for now, since character bindings are not as powerful as key bindings (they don't support release events), I can't switch them all over. |
rx now works only with US layout and it was hard to figure out (I didn't see anything related on the website), may be possible to have support for different keyboard layouts?
The text was updated successfully, but these errors were encountered: