1 // $Xorg: iso9995,v 1.3 2000/08/17 19:54:48 cpqbld Exp $
2 partial default xkb_types "default" {
4 // Definition for a key type which
5 // can be used to implement ISO9995
6 // style level three shift
7 virtual_modifiers LevelThree;
10 modifiers = Shift+LevelThree;
13 map[LevelThree] = Level3;
14 map[Shift+LevelThree] = Level3;
15 level_name[Level1] = "Base";
16 level_name[Level2] = "Shift";
17 level_name[Level3] = "Level3";