We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of today, my-mind only supports QWERTY keyboards, which make it really hard to move on the map with an AZERTY keyboard.
The text was updated successfully, but these errors were encountered:
Okay, what values do you get when you hit "Z" on your AZERTY keyboard on https://keycode.info/ ?
Sorry, something went wrong.
I get the event.code: keyW event.location: 0, event.which:90 and event.key:Z
event.code: keyW
event.location: 0
event.which:90
event.key:Z
The code: keyW sounds like a usable approach! I will try to adjust the movement then.
code: keyW
Great, many thanks !
ondras
No branches or pull requests
As of today, my-mind only supports QWERTY keyboards, which make it really hard to move on the map with an AZERTY keyboard.
The text was updated successfully, but these errors were encountered: