ishland / fix-keyboard-on-linux

Fixes annoying bugs of unable to copy text and more
MIT License
9 stars 2 forks source link

Can't use Alt Gr for special letters on German Keyboard #2

Closed RegenJacob closed 9 months ago

RegenJacob commented 11 months ago

On some keyboards like the German keyboard there is the Alt Gr key. It's for some symbols like @,€ and is quite important.

It could be that Screen.hasAltDown() also triggers when Alt Gr is down or maybe it's something else but currently it doesn't work

SzczurekYT commented 9 months ago

Probably the same issue, with the mod I can't type polish letters like ą, ć, ę, ł, ś, ż, ź with the right alt key. This is a pretty big deal since you can't use proper grammar with the mod.

ishland commented 9 months ago

I'm not quite sure how to deal with this situation but in 3d32d3cdf04737204fc5f14c057701fb58777ee0 it now only checks left alt key. Please check if this solves the issue.

RegenJacob commented 9 months ago

Works for me I assume it works for @SzczurekYT too

SzczurekYT commented 9 months ago

Works for me too, thank you. Finally I can have full keyboard experience on wayland linux.