1default partial xkb_types "default" { 2 3 // A type that is used by Nokia devices and keyboards. 4 5 virtual_modifiers LevelThree; 6 7 type "PC_FN_LEVEL2" { 8 modifiers = LevelThree; 9 map[None] = Level1; 10 map[LevelThree] = Level2; 11 level_name[Level1] = "Base"; 12 level_name[Level2] = "Fn"; 13 }; 14 15}; 16