x11: don't forward key events to IME when it's disabled

Fixes #3815.
This commit is contained in:
Kirill Chibisov 2024-10-13 21:57:02 +03:00 committed by GitHub
parent 8fe2b62adf
commit c23bed20b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 3 deletions

View file

@ -188,3 +188,4 @@ changelog entry.
- On macOS, fix `WindowEvent::Moved` sometimes being triggered unnecessarily on resize.
- On MacOS, package manifest definitions of `LSUIElement` will no longer be overridden with the
default activation policy, unless explicitly provided during initialization.
- On X11, key events forward to IME anyway, even when it's disabled.