Replies: 3 comments 1 reply
-
This requires access to ScanCode information. This is not currently very feasible and requires work upstream in both Bevy and winit. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That is pretty frustrating but thank for your response and for your work on this lib |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is no longer an issue. I'm unsure of exactly when this was resolved but I'm on dvorak and the mapping just works as if I'm on qwerty. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now controls work only when English layout is selected. If you would switch to any other than English keyboard layout, then bindings like
KeyCode::A
,KeyCode::S
,KeyCode::D
will not work. Is there any workaround for that?Beta Was this translation helpful? Give feedback.
All reactions