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;
<a> = 38;
};
xkb_types {
virtual_modifiers X=0xf0000000;
type "ONE_LEVEL" {
modifiers= none;
};
};
xkb_compatibility {
virtual_modifiers X=0xf0000000;
interpret.useModMapMods= AnyLevel;
interpret.repeat= False;
interpret VoidSymbol+AnyOfOrNone(none) {
repeat= True;
};
};
xkb_symbols {
key <a> {
repeat= No,
symbols[1]= [ NoSymbol ],
actions[1]= [ SetMods(modifiers=0x1100) ]
};
};
};