Branch
Hash :
9951184e
Author :
Date :
2025-05-10T10:15:54
actions: Properly reset type to NoAction on error If we do not reset the type, the action may lready have been initialized to with a default action and thus will not be ignored.
xkb_keymap {
xkb_keycodes {
minimum = 1;
maximum = 255;
<> = 1;
};
xkb_types {
type "default" {
modifiers= none;
};
};
xkb_compatibility {
interpret.useModMapMods= AnyLevel;
interpret.repeat= False;
interpret VoidSymbol+AnyOfOrNone(none) {
repeat= True;
};
};
xkb_symbols {
};
};