// $Xorg: pc,v 1.3 2000/08/17 19:54:48 cpqbld Exp $
// 

partial default xkb_types "default" {

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

    type "PC_FN_LEVEL2_BREAK" {
	modifiers = LevelThree+Control;
	map[None] = Level1;
	map[LevelThree] = Level2;
	map[Control] = Level3;
	level_name[Level1] = "Base";
	level_name[Level2] = "Fn";
	level_name[Level3] = "Control";
    };

};
