summaryrefslogtreecommitdiff
path: root/types/nokia
blob: 15286f12e69e1a1342f34756e0bbb19da909b5a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
default partial 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";
    };

};