scripts/update-keysyms: fix path to the include files after de1b6943d
[platform/upstream/libxkbcommon.git] / test / data / compat / pc
1 default partial xkb_compatibility "pc" {
2
3     // Sets the "Alt" virtual modifier.
4
5     virtual_modifiers  Alt;
6
7     setMods.clearLocks= True;
8     interpret Alt_L+Any {
9         virtualModifier= Alt;
10         action = SetMods(modifiers=modMapMods);
11     };
12
13     interpret Alt_R+Any {
14         virtualModifier= Alt;
15         action = SetMods(modifiers=modMapMods);
16     };
17 };