Fix Keycodes in X11

Keycodes are now correctly offset for X11
This commit is contained in:
Ferdinand Schober
2023-12-18 09:52:18 +01:00
parent a6ab109fae
commit 6766886377
2 changed files with 3 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ input capture (to send events *to* other clients) on different operating systems
| Wayland (wlroots) | :heavy_check_mark: | :heavy_check_mark: |
| Wayland (KDE) | :heavy_check_mark: | :heavy_check_mark: |
| Wayland (Gnome) | :heavy_check_mark: | WIP |
| X11 | ( :heavy_check_mark: ) | WIP |
| X11 | :heavy_check_mark: | WIP |
| Windows | ( :heavy_check_mark: ) | WIP |
| MacOS | ( :heavy_check_mark: ) | WIP |