File: iso9995

package info (click to toggle)
console-setup 1.28
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 21,584 kB
  • ctags: 243
  • sloc: perl: 8,182; sh: 2,265; makefile: 594
file content (20 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Xorg: iso9995,v 1.3 2000/08/17 19:54:48 cpqbld Exp $
partial default xkb_types "default" {

    // Definition for a key type which 
    // can be used to implement ISO9995
    // style level three shift
    virtual_modifiers LevelThree;

    type "THREE_LEVEL" {
	modifiers = Shift+LevelThree;
	map[None] = Level1;
	map[Shift] = Level2;
	map[LevelThree] = Level3;
	map[Shift+LevelThree] = Level3;
	level_name[Level1] = "Base";
	level_name[Level2] = "Shift";
	level_name[Level3] = "Level3";
    };
};