home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / lib / x11 / xkb / compat / pc < prev    next >
Encoding:
Text File  |  1996-10-17  |  400 b   |  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.