Branch
Hash :
fcc95275
Author :
Date :
2025-10-17T11:56:48
xkbcomp: Rename fallback key type to ONE_LEVEL This is the name of this canonical key type in the XKB protocol.
xkb_keymap {
xkb_keycodes "high" {
minimum = 2;
maximum = 65535;
<B> = 2;
<A> = 65535;
};
xkb_types {
type "ONE_LEVEL" {
modifiers= none;
};
};
xkb_compatibility {
interpret.useModMapMods= AnyLevel;
interpret.repeat= False;
interpret VoidSymbol+AnyOfOrNone(none) {
repeat= True;
};
};
xkb_symbols {
};
};