mooz / xkeysnail

Yet another keyboard remapping tool for X environment
891 stars 112 forks source link

Add nonQwerty layout support. #111

Open JimMoen opened 3 years ago

JimMoen commented 3 years ago

Add nonQwerty layout support. e.g. Dvorak, Colemak... (I use dovrak layout. And it Can run perfectly)

JimMoen commented 3 years ago

By the way, there is a tag named "HEAD" in your repository. Which is ambiguous, I propose to delete it.

BenoitDuffez commented 1 year ago

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. K("RC-Q"): K("Alt-F4") became K("RC-A"): K("Alt-F4")). Now when I press super-A, I have select all and super-Q closes the window.

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?