File: iso9995

package info (click to toggle)
console-setup 1.88
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 28,568 kB
  • sloc: perl: 10,830; xml: 5,812; sh: 3,630; makefile: 749
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";
    };
};