summaryrefslogtreecommitdiff
path: root/types/nokia
blob: f77d8868a0897934941b4a3b9e9c8477ec13d1ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
partial default xkb_types "default" {

    // Some types that are used by Nokia devices and keyboard.
    virtual_modifiers LevelThree;

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

};