first feed-in of the layouts. The revolution is coming
[xorg/xkeyboard-config] / types / iso9995
1 // $Xorg: iso9995,v 1.3 2000/08/17 19:54:48 cpqbld Exp $
2 partial default xkb_types "default" {
3
4     // Definition for a key type which 
5     // can be used to implement ISO9995
6     // style level three shift
7     virtual_modifiers LevelThree;
8
9     type "THREE_LEVEL" {
10         modifiers = Shift+LevelThree;
11         map[None] = Level1;
12         map[Shift] = Level2;
13         map[LevelThree] = Level3;
14         map[Shift+LevelThree] = Level3;
15         level_name[Level1] = "Base";
16         level_name[Level2] = "Shift";
17         level_name[Level3] = "Level3";
18     };
19 };
20