-
Notifications
You must be signed in to change notification settings - Fork 117
Add nonQwerty layout support. #111
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
base: master
Are you sure you want to change the base?
Conversation
|
By the way, there is a tag named "HEAD" in your repository. |
|
I ran into similar issues, my keyboard is French (AZERTY) and in the browser doing super-A (should select all) actually closes the window. I manually replaced occurrences of shortcuts with Q to A (e.g. Do you mean that I should create an AZERTY layout like you did for Dvorak, instead of my dirty hack? @maintainer: do you think this is worthy of merge? |
|
@BenoitDuffez Essentially, all the key names in evdev and the original configuration files So when you try to write I'v using my fork version for nearly four years (2020-2024) |
|
@JimMoen I caved in and bought a QWERTY keyboard (still struggling after 6 months, I guess 30 years of muscle memory takes time to override...). |
Add nonQwerty layout support. e.g. Dvorak, Colemak...
(I use dovrak layout. And it Can run perfectly)