home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / lib / x11 / xkb / compat / norepeat < prev    next >
Encoding:
Text File  |  1996-10-17  |  261 b   |  12 lines

  1. // $XConsortium: norepeat /main/2 1995/12/07 21:33:17 kaleb $
  2.  
  3. // Put any otherwise normal keys that you don't want to repeat in
  4. // this file
  5.  
  6. default partial xkb_compatibility "norepeat"  {
  7.     interpret Return {
  8.     action= NoAction();
  9.     repeat= False;
  10.     };
  11. };
  12.