diff options
Diffstat (limited to 'xorg-server/xkeyboard-config/compat/pc')
-rw-r--r-- | xorg-server/xkeyboard-config/compat/pc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-server/xkeyboard-config/compat/pc b/xorg-server/xkeyboard-config/compat/pc new file mode 100644 index 000000000..5ce7d767d --- /dev/null +++ b/xorg-server/xkeyboard-config/compat/pc @@ -0,0 +1,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); + }; +}; |