mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 21:30:03 -04:00
x11: fix modifiers replay
The serial was not unique, thus leading to issues and replay being triggered for normal input. Track modifiers based on they keycodes instead, since it's more unique. Links: https://github.com/alacritty/alacritty/issues/8461
This commit is contained in:
@@ -46,4 +46,5 @@ changelog entry.
|
||||
|
||||
### Fixed
|
||||
|
||||
- On X11, fixed crash with uim
|
||||
- On X11, fix crash with uim.
|
||||
- On X11, fix modifiers for keys that were sent by the same X11 request.
|
||||
|
||||
Reference in New Issue
Block a user