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 {
minimum = 8;
maximum = 255;
};
xkb_types {
type "ONE_LEVEL" {
modifiers= none;
};
};
xkb_compatibility {
interpret.useModMapMods= AnyLevel;
interpret.repeat= False;
interpret VoidSymbol+AnyOfOrNone(none) {
repeat= True;
};
};
xkb_symbols {
};
};