home *** CD-ROM | disk | FTP | other *** search
/ Enter 2000 February / Enter2_2.iso / live / usr / X11R6 / lib / X11 / xkb / compat / norepeat < prev    next >
Encoding:
Text File  |  1999-09-03  |  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.