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

web: Fix keyboard controls on non-QWERTY layouts #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Scotsguy
Copy link

@Scotsguy Scotsguy commented Oct 3, 2019

Instead of binding controls to z and y etc., this PR binds them to the location of those keys.
I cannot test the Edge quirks, so I just left them there. Let's hope Edge has correct Keycodes, at least.

Using the keycode instead of the actual key it corresponds to means
that the selected keyboard layout is irrelevant, only the location.
@Scotsguy Scotsguy changed the title Fix keyboard controls on non-QWERTY layouts web: Fix keyboard controls on non-QWERTY layouts Oct 3, 2019
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.

1 participant