Unexpected-Keyboard/srcs
Jules Aguillon 4127aa6f03 Stop using flags for modifiers
There was no free bits left to add new modifiers. Instead of increasing
the width of the 'flags' field, refactor the way modifiers are
represented and used.

Modifers are now represented as independent values and stored in the
'code' field. A flag is added to distinguish between modifiers and keys
with a key event.

The most notable change is that modifiers can no longer be or-ed into a
single value but have to be represented as an array.
2022-06-05 01:43:58 +02:00
..
juloo.common Correct displayed value when cancelling settings modification 2022-03-21 00:39:40 +01:00
juloo.keyboard2 Stop using flags for modifiers 2022-06-05 01:43:58 +02:00
special_font Remove build dependency on Fontforge 2022-04-24 20:52:36 +02:00