pc revision 154daed1
1// $Xorg: pc,v 1.3 2000/08/17 19:54:34 cpqbld Exp $ 2default partial xkb_compatibility "pc" { 3 4 // Sets the "Alt" virtual modifier 5 6 virtual_modifiers Alt; 7 8 setMods.clearLocks= True; 9 interpret Alt_L+Any { 10 virtualModifier= Alt; 11 action = SetMods(modifiers=modMapMods); 12 }; 13 14 interpret Alt_R+Any { 15 virtualModifier= Alt; 16 action = SetMods(modifiers=modMapMods); 17 }; 18}; 19