Edit

IABSD.fr/xenocara/data/xkbdata/compat/pc

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2006-11-25 16:30:37
    Hash : 667b1b98
    Message : import from X.Org 7.0

  • data/xkbdata/compat/pc
  • // $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);
        };
    };