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
parent 1bc405e526
commit 107bf91a2d
3 changed files with 26 additions and 3 deletions

View File

@@ -50,3 +50,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.