On X11, update keymap on XkbMapNotify

This is required to handle xmodmap.

Fixes #3338.
This commit is contained in:
Kirill Chibisov 2023-12-30 01:10:38 +04:00 committed by GitHub
parent 8f6de4ef4b
commit 5a1d3e4656
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 1 deletions

View file

@ -11,6 +11,7 @@ Unreleased` header.
# Unreleased
- 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.
- **Breaking:** Remove `Window::set_cursor_icon`