Linux: Align scancode conversions with Firefox (#4021)

This commit is contained in:
Mads Marquart 2024-12-02 13:38:37 +01:00 committed by GitHub
parent 19e5bee3d1
commit 2e5db75101
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 50 additions and 23 deletions

View file

@ -75,6 +75,7 @@ changelog entry.
variables to test the respective modifiers of window creation.
- Added `Window::surface_position`, which is the position of the surface inside the window.
- Added `Window::safe_area`, which describes the area of the surface that is unobstructed.
- On X11 and Wayland, improved scancode conversions for more obscure key codes.
### Changed