home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / KAYPRO / WS-KP25P.LBR / SETKEY.DQC / SETKEY.DOC
Text File  |  2000-06-30  |  2KB  |  52 lines

  1.  
  2. {extracted from BIOSMMR.DOC}
  3.  
  4. BIOSMMR.DOC  10 Nov 84
  5.  
  6. Copyright 1984-5  Michael M Rubenstein
  7.  
  8. This documentation and the accompanying programs may be
  9. distributed freely provided no fee is assessed.
  10.  
  11.   WARNING:  USE AT YOUR OWN RISK.  While I have tested the programs
  12.             quite extensively, the nature of these programs is such
  13.             that undesirable interaction with Kaypro 10 ROMs cannot
  14.             be ruled out.
  15.  
  16. SETKEY allows programming of the cursor keys and the numeric
  17. pad.  It is invoked with a single operand, the name of a
  18. "key description" file.  If the file type is omitted, .KEY
  19. is assumed.  A ZCPR style drive/user specification may be
  20. used.  Example,
  21.  
  22.                  setkey mykey
  23.  
  24. will use the file MYKEY.KEY.
  25.  
  26. The "key description" file contains one line for each key to
  27. be changed.  The first character on the line identifies the
  28. key ("0", "1", ..., "9", "-", ",", "u" (up), "d" (down),
  29. "l" (left), "r" (right), "e" (enter).  The remainder of the
  30. line contains strings (in quotes), two digit hexadecimal
  31. numbers, or control characters specified as "^" followed by
  32. a character.  For example, the line
  33.  
  34.                  1 "tst" ^m
  35.  
  36. will program the "1" on the numeric pad to generate "tst"
  37. followed with a carriage return.  The line
  38.  
  39.                  1 "tst" 0d
  40.  
  41. will do the same.
  42.  
  43. As usual, the command
  44.  
  45.                  setkey //
  46.  
  47. will display a brief help message.
  48.  
  49. Any keys not specified in the "key description" file will
  50. not be changed.
  51.  
  52.