HumbleUI / JWM

Cross-platform window management and OS integration library for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X11: Alt key stays pressed after alt-tabbing away & back

dzaima opened this issue · comments

One fix would be to clear KeyX11.cc state on the window being unfocused; and maybe keeping a set of pressed keys to all give an EventKey release on window unfocus. But maybe there's a better way to do this