Skip to content

Commit f7a4eb0

Browse files
gonXKuuuube
andauthored
KnownBugs/Keycodes: Explain more
Co-authored-by: Kuuuube <61125188+Kuuuube@users.noreply.github.com>
1 parent 0cc9b4f commit f7a4eb0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

site/_wiki/Documentation/KnownBugs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ for more details.
4343

4444
### Multikey bindings don't respect keyboard layout {#multikey-binding-keyboard-layout}
4545

46-
For non-QWERTY users (e.g. AZERTY), you may experience that keyboard bindings
46+
For non-QWERTY users (e.g. AZERTY or QWERTZ), you may experience that keyboard bindings
4747
are read correctly in the GUI, but sent as a QWERTY keycode by the daemon.
4848

49+
This occurs because Eto reads filtered keycodes for setting bindings in the GUI but OpenTabletDriver outputs the raw keycodes associated with these bindings. The operating system then applies your keyboard/language filtering to the raw keycode, transforming it into something unexpected.
50+
4951
Eto only allows us to read the processed keyboard layout.
5052

5153
This is planned to be fixed with the migration to Avalonia.

0 commit comments

Comments
 (0)