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

Keyboard controls don't work on non-English keyboard layouts #93

Open
alexchexes opened this issue Nov 12, 2024 · 2 comments
Open

Keyboard controls don't work on non-English keyboard layouts #93

alexchexes opened this issue Nov 12, 2024 · 2 comments

Comments

@alexchexes
Copy link

Hello, and thank you for your work!

Here's the issue:

I have two keyboard layouts in Windows. When the current layout is set to a language other than English (non-Latin), pressing the "L" key (or any other key, except for main keys like F1-F11, Enter, and Backspace) does nothing.

I suspect that your program is listening for specific characters being pressed rather than key codes, which would make it layout-independent. Could you please fix this? It's quite problematic for users with multiple keyboard layouts.

Additionally, you cannot switch keyboard languages while the program is running because Alt+Shift (the default Windows combination for changing layouts) is reserved by your program for stretching to multiple displays. It would be great if you could reconsider this as well.

@milkdrop2077
Copy link
Owner

Hello, I'll add custom key mapping support in 2025 :)
What's your second keyboard language?

@alexchexes
Copy link
Author

alexchexes commented Nov 13, 2024

Good to know, thanks!

What's your second keyboard language?

I use English and Russian

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