Hash :
d239a3f0
Author :
Date :
2025-05-11T11:42:20
actions: Improve unsupported legacy X11 actions handling - Display a warning - Document drawbacks of degrading to `NoAction()`
xkb_keymap {
xkb_keycodes {
minimum = 1;
maximum = 255;
<1> = 1;
<2> = 2;
<3> = 3;
<4> = 4;
<5> = 5;
<6> = 6;
};
xkb_types {
type "default" {
modifiers= none;
};
};
xkb_compatibility {
interpret.useModMapMods= AnyLevel;
interpret.repeat= False;
interpret ISO_Lock+AnyOfOrNone(all) {
action= NoAction();
};
interpret VoidSymbol+AnyOfOrNone(all) {
action= NoAction();
};
};
xkb_symbols {
};
};