home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msivt3.txt < prev    next >
Text File  |  2020-01-01  |  2KB  |  43 lines

  1. MS-DOS KERMIT DEC KEYBOARD SETUPS FOR THE IBM PC, PS/2, AND COMPATIBLES
  2.  
  3. The IBM PC version of MS-DOS Kermit comes with a default mapping of VT terminal
  4. functions to IBM keys, as documented in "Using MS-DOS Kermit.  These mappings
  5. are in effect during terminal emulation, not at the MS-Kermit> command prompt,
  6. and not outside of Kermit.
  7.  
  8. Kermit's default mappings do not include the DEC LK201 (VT200, VT300) keyboard
  9. function (F) keys or editing keys (Insert Here, Remove, Select, etc), so you
  10. will not be able to use host-resident applications that expect you to press
  11. these keys unless you execute Kermit SET KEY commands to make these assigments.
  12.  
  13. Kermit's repertoire of "keyboard verbs" includes verbs for all DEC keyboard
  14. keys: F-keys (Function keys), Editing keys, Arrow keys, and so on.  The file
  15. VT300.INI contains SET KEY commands that set up both types of IBM keyboard
  16. (88-key and 101-key) to resemble the DEC keyboard as closely as possible.  The
  17. layout for the 101 "Extended" (PS/2) keyboard is very similar to the DEC
  18. keyboard, except for the F-keys.  DEC F keys go up to 20, but the IBM-101 only
  19. has 12 F keys.  The IBM-88 keyboard is harder to lay out because it lacks an
  20. editing keypad, and has only 10 F keys.
  21.  
  22. The settings for the numeric keypad work whether you have Num Lock On or Off.
  23. The top rank of the numeric keypad cannot normally be used for the DEC Gold
  24. and PF keys because the Num Lock key, which does not normally generate a scan
  25. code when you press it, occupies the position of the DEC Gold (PF1) key.
  26. Therefore the IBM F1-F4 keys are used for the DEC PF1-PF4 keys.
  27.  
  28. To use Num Lock as the PF1 (Gold) key, load either the GOLD.COM or WPGGOLD.COM
  29. TSR before starting Kermit; these are supplied on your Kermit diskette - read
  30. the accompanying DOC files for further info.
  31.  
  32. To put the DEC keyboard settings into effect, issue the command TAKE VT300.INI
  33. at the MS-Kermit> prompt (supplying a full pathname if necessary, e.g.  TAKE
  34. C:\KERMIT\KEYBOARD\VT300.INI), or put this command into your MSCUSTOM.INI file
  35. to make it take effect automatically whenever you start Kermit.  To restore
  36. Kermit's default key settings, issue the command SET KEY CLEAR.
  37.  
  38. The DEC Compose Key function is accomplished by Alt-c, keyboard verb \Kcompose.
  39.  
  40. See VT300.INI for the actual key mappings.  Modify to suite your preferences.
  41.  
  42. (End of VT300.DOC)
  43.