summaryrefslogtreecommitdiff
path: root/types/nokia
blob: 9eaaa4e0b1f8d7273f22a6aa2cd8912dff709b77 (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";
    };

};