scripts/update-keysyms: fix path to the include files after de1b6943d
[platform/upstream/libxkbcommon.git] / test / data / types / mousekeys
1 default partial xkb_types "default" {
2     virtual_modifiers Alt;
3
4     type "SHIFT+ALT" {
5         modifiers = Shift+Alt;
6         map[Shift+Alt] = Level2;
7         level_name[Level1] = "Base";
8         level_name[Level2] = "Shift+Alt";
9     };
10 };