HumbleUI / JWM

Cross-platform window management and OS integration library for Java
Apache License 2.0
546 stars 44 forks source link

X11: add KeyLocation, additional keys #279

Closed dzaima closed 7 months ago

dzaima commented 7 months ago

Adds KeyLocation for right keys & keypad, and also adds additional Latin 1 keys mapping to shift+another key (not sure if all are strictly necessary, but it can't hurt; started by someone on a Faroese layout (setxkbmap fo) hitting XK_plus and I just added the rest from the latin-1 section).

The "shift+" part isn't particularly nice as then it's impossible to determine whether the actual shift key is pressed, but it's better than nothing.

tonsky commented 7 months ago

Thanks!