On X11, fix ModifiersChanged from xdotool

xdotool will update modifiers before Xkb will actually send event
updating them, thus the modifiers will be updating even before the
actual update, which is unfortunate.

Links: https://github.com/alacritty/alacritty/issues/7502
This commit is contained in:
Kirill Chibisov
2023-12-30 09:05:03 +04:00
committed by GitHub
parent 5a1d3e4656
commit 5e106b4dbb
3 changed files with 32 additions and 37 deletions

View File

@@ -11,6 +11,7 @@ Unreleased` header.
# Unreleased
- On X11, fix `ModifiersChanged` not sent from xdotool-like input
- On X11, keymap not updated from xmodmap.
- On X11, reduce the amount of time spent fetching screen resources.
- On Windows, macOS, X11, Wayland and Web, implement setting images as cursors. See the `custom_cursors.rs` example.