HumbleUI / JWM

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

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

Closed dzaima closed 2 years ago

dzaima commented 2 years ago

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