Fixed Shift-F10 behaviour
[xorg/xkeyboard-config] / types / mousekeys
1 partial default 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 };