HumbleUI / JWM

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

X11: support input methods #207

Closed dzaima closed 2 years ago

dzaima commented 2 years ago

Lets input methods consume key press events to build compose/dead key sequences. Additionally keeps the currently focused window as the input context focus, otherwise multiwindow applications would only allow IMs to work on the newest opened window.

Closes #206

tonsky commented 2 years ago

Fantastic, thank you! I feel like we've made so much progress in a last few weeks, thanks to your contributions, @i10416 and @mworzala. Thank you all folks!

dzaima commented 2 years ago

I've just been working on making my programs work as well with JWM as they do with LWJGL (or better in some cases) :)

tonsky commented 2 years ago

BTW if you have something ready/coming out, I’d be happy to put it in the README under “Projects using JWM”, just let me know!