home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / STEVEUT.ZIP / SETKEY.DOC < prev   
Text File  |  1984-05-23  |  2KB  |  35 lines

  1.  
  2.                                 SETKEY:
  3.                                 05/24/84
  4.  
  5.      NOTE:  Program results function only on DOS versions of 2.00 and
  6. higher.  Otherwise, without ANSI.SYS driver the ESC codes sent to the
  7. processor for the keyboard will be IGNORED.  And no changes can be made.
  8.  
  9.      Basic program to exploit the power of ANSI.SYS You must have done
  10. IPL with "DEVICE=ANSI.SYS" in your CONFIG.SYS file.  The program will
  11. build you a new one if it doesn't find it on the disk.
  12.  
  13.      What to do is load basica.  Run SETKEY, either use an existing file
  14. or create a new one with alternate definitions.  The program will not
  15. disturb the DOS editing function keys, unless you explicitily request it
  16. to do so.  ANY key on the keyboard may be redefined with any string you
  17. like.  You may also modify the CR (Carriage return char to anything you
  18. like.  Modify Z$ in line 190, it is now set to "[" this char is seldom
  19. used in DOS strings.
  20.  
  21.      When the program run is over and you exit back to DOS issue the
  22. command TYPE <FNAM.EXT> ;  where FNAM.EXT is the key assignment file
  23. written by SETKEY.  The file will appear blank because the entire file
  24. is just ESC (escape) codes which ANSI.SYS interprets.  Therefore, before
  25. the changes will be effective, ANSI.SYS must have been made resident at
  26. IPL time.  If this is not so, re-boot after putting DEVICE=ANSI.SYS in
  27. CONFIG.SYS on the system IPL disk volume.
  28.  
  29.      The most common assignments are for the function keys to:  dir b:[,
  30. dir a:[, dir c:/p[, cls[ etc.  These functions come in very handy.
  31.  
  32.      It also makes excellent usage of the IBM supplied device driver
  33. ANSI.SYS to make your keyboard very flexible.
  34.  
  35.