File: nokia

package info (click to toggle)
console-setup 1.221
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 39,720 kB
  • sloc: perl: 11,199; xml: 8,643; sh: 3,972; makefile: 804
file content (15 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
partial default xkb_types "default" {

    // A type that is used by Nokia devices and keyboards.

    virtual_modifiers LevelThree;

    type "PC_FN_LEVEL2" {
	modifiers = LevelThree;
	map[None] = Level1;
	map[LevelThree] = Level2;
	level_name[Level1] = "Base";
	level_name[Level2] = "Fn";
    };

};