roundabout,
created on Wednesday, 29 October 2025, 10:38:02 (1761734282),
received on Wednesday, 29 October 2025, 10:38:10 (1761734290)
Author identity: Vlad <vlad.muntoiu@gmail.com>
763db4d5c0beaf26ea7ed92f7902663e0b4ec282
main.py
@@ -224,7 +224,7 @@ def make_xkb_keymap_from_unicodes(unicodes):
return ("xkb_keymap { xkb_keycodes \"kineboard\" { minimum = 8; maximum = 65535; "
+ " ".join(keycodes) + " }; xkb_symbols \"kineboard\" { " + " ".join(symbols)
+ " }; xkb_types \"kineboard\" {}; xkb_compatibility \"kineboard\" {}; };")
+ " }; xkb_types \"kineboard\" { type \"ONE_LEVEL\" { modifiers = none; level_name[Level1] = \"Any\"; }; }; xkb_compatibility \"kineboard\" {}; };")
class Kineboard(Gtk.Application):