aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/xkbdata.src/compat/pc
blob: 5ce7d767d68289c76b8fa83c79dfcd2139662713 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Xorg: pc,v 1.3 2000/08/17 19:54:34 cpqbld Exp $
default partial xkb_compatibility "pc"  {

    // Sets the "Alt" virtual modifier

    virtual_modifiers	Alt;

    setMods.clearLocks= True;
    interpret Alt_L+Any     { 
	virtualModifier= Alt;
	action = SetMods(modifiers=modMapMods);
    };

    interpret Alt_R+Any	{
	virtualModifier= Alt;
	action = SetMods(modifiers=modMapMods);
    };
};