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

Use ScanCodes instead of KeyCodes #1

Open
janhohenheim opened this issue Feb 15, 2023 · 2 comments
Open

Use ScanCodes instead of KeyCodes #1

janhohenheim opened this issue Feb 15, 2023 · 2 comments

Comments

@janhohenheim
Copy link

janhohenheim commented Feb 15, 2023

This is really important for people relying on layouts that are not QWERTY, e.g. people using the French AZERTY or Dvorak.
Keep in mind that ScanCodes are platform-dependent.

@rdelfin
Copy link
Owner

rdelfin commented Jul 2, 2023

Interesting... My original plan was to use a default config and let you change it via the KeyboardBindings setting, but let me look into ScanCode.

@janhohenheim
Copy link
Author

You can implement this really easily if you use LWIM's QwertyScanCode, which I'd recommend as otherwise you'd have to write a lot of boilerplate for the different platforms.

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

No branches or pull requests

2 participants