first feed-in of the layouts. The revolution is coming
[xorg/xkeyboard-config] / types / mousekeys
1 // $Xorg: mousekeys,v 1.3 2000/08/17 19:54:48 cpqbld Exp $
2 // 
3 partial default xkb_types "default" {
4     virtual_modifiers Alt;
5
6     type "SHIFT+ALT" {
7         modifiers = Shift+Alt;
8         map[Shift+Alt] = Level2;
9         level_name[Level1] = "Base";
10         level_name[Level2] = "Shift+Alt";
11     };
12 };
13