Missing file
[xorg/xkeyboard-config] / types / nokia
1 partial default xkb_types "default" {
2
3     // Some types that are used by Nokia devices and keyboard.
4     virtual_modifiers LevelThree;
5
6     type "PC_FN_LEVEL2" {
7         modifiers = LevelThree;
8         map[None] = Level1;
9         map[LevelThree] = Level2;
10         level_name[Level1] = "Base";
11         level_name[Level2] = "Fn";
12     };
13
14 };