Closed dottedmag closed 8 months ago
The following types definition is accepted by .xkb parser and emitted back without the garbage tokens:
garbage
default xkb_types "garbage" { type "ONE_LEVEL" { garbage.modifiers = None; garbage.map[None] = Level1; garbage.level_name[Level1] = "Any"; }; }
The following types definition is accepted by .xkb parser and emitted back without the
garbage
tokens: