home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msudgk.txt < prev    next >
Text File  |  2020-01-01  |  888b  |  24 lines

  1. File DGKEY.DOC                                                      July 1993
  2.  
  3.            DGKEY.COM TSR FOR THE DATA GENERAL DASHER/286 PC
  4.  
  5. DGKEY.COM is a simple TSR (Terminate and Stay Resident) program for use with
  6. the Data General (DG) DASHER/286 PC, which has two keys that are normally
  7. invisible to MS-DOS Kermit, but which are important for DASHER terminal
  8. emulation:
  9.  
  10.   SPCL - Normally used for composing accented characters
  11.   HOME - Normally used for backspacing
  12.  
  13. The DGKEY.COM program makes these keys return the following scan codes, which
  14. are seen by Kermit, and which can be used with Kermit's SET KEY command:
  15.  
  16.   SPCL - \2335
  17.   HOME - \3363
  18.  
  19. DGKEY.COM is an adaptation by Joe Doupnik of Bob Eager's GOLD.COM program.
  20. In all other aspects of operation, DGKEY.COM is identical to GOLD.COM, which
  21. is described in the file GOLD.DOC (MSUGOLD.DOC).
  22.  
  23. (End of DGKEY.DOC / MSUDGKEY.DOC)
  24.