home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / xkb / compat / pc < prev    next >
Text File  |  1999-09-03  |  400b  |  19 lines

  1. // $XConsortium: pc /main/2 1995/12/07 21:33:24 kaleb $
  2. default 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.