Unexpected-Keyboard/srcs
Jules Aguillon c5f2c0b727 Send down event for modifiers on time
This allows to use modifiers in combination with other inputs like a
mouse click, for example under termux-x11.

The key down event and notification about modifiers changing are sent
down to KeyEventHandler. A mutable state remember for which modifier
down events have been sent.

When pressing down a modifier with one finger and typing with the
other, it might appear that the modifier is released after the first
time an other key is pressed and then pressed and released for the
following keys.
This prevents unintentionally type two modified keys instead of one
when the second key is pressed while the other is not yet released.
2024-01-26 00:17:51 +01:00
..
juloo.keyboard2 Send down event for modifiers on time 2024-01-26 00:17:51 +01:00
layouts Move layout definitions into srcs/layouts 2024-01-21 16:34:49 +01:00
special_font Use Gradle (#452) 2023-11-25 20:11:12 +01:00