home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / kermit / msivt321.zip / MSIVT3.DOC next >
Text File  |  1991-06-25  |  5KB  |  101 lines

  1. MS-DOS KERMIT DEC KEYBOARD SETUPS FOR THE IBM PC, PS/2, AND COMPATIBLES
  2.  
  3.  
  4. The IBM PC version of MS-DOS Kermit comes with a default mapping of VT
  5. terminal functions to IBM keys, as documented in "Using MS-DOS Kermit"
  6. (Christine M. Gianone, Digital Press), and in the file MSVIBM.VT.  These
  7. mappings are in effect during terminal emulation, not at the MS-Kermit>
  8. command prompt, and not outside of Kermit.
  9.  
  10. Kermit's default mappings do not include the DEC LK201 (VT200, VT300) keyboard
  11. function (F) keys or editing keys (Insert Here, Remove, Select, etc), so you
  12. will not be able to use host-resident applications that expect you to press
  13. these keys unless you execute Kermit SET KEY commands to make these assigments.
  14.  
  15. Kermit's repertoire of "keyboard verbs" includes verbs for all DEC keyboard
  16. keys: F-keys (Function keys), Editing keys, Arrow keys, and so on.  The file
  17. MSIVT3.INI contains SET KEY commands that set up both types of IBM keyboard
  18. (88-key and 101-key) to resemble the DEC keyboard as closely as possible.  The
  19. layout for the 101 "Extended" (PS/2) keyboard is very similar to the DEC
  20. keyboard, except for the F-keys.  DEC F keys go up to 20, but the IBM-101 only
  21. has 12 F keys.
  22.  
  23. The IBM-88 keyboard is harder to lay out because it lacks an editing keypad,
  24. and has only 10 F keys.
  25.  
  26. The settings for the numeric keypad work no matter whether you have Num Lock
  27. On or Off.  The top rank of the numeric keypad cannot be used for the DEC
  28. Gold and PF keys because the Num Lock key, which does not generate a scan code
  29. when you press it, occupies the position of the DEC Gold (PF1) key.  Therefore
  30. the IBM F1-F4 keys are used for the DEC PF1-PF4 keys.
  31.  
  32. To put the DEC keyboard settings into effect, issue the command TAKE
  33. MSIVT3.INI at the MS-Kermit> prompt, or put this command into your
  34. MSKERMIT.INI file to make it take effect automatically whenever you start
  35. Kermit.  To restore Kermit's default key settings, issue the command SET KEY
  36. CLEAR.
  37.  
  38. Here are the assignments made by MSIVT3.INI.  If they do not suit your tastes,
  39. feel free to modify MSIVT3.INI to create your own key settings file.
  40.  
  41.                  DEC LK201 Key          IBM 88 Key            IBM 101 Key
  42. Top Rank:
  43.                  Hold Screen            Ctrl-F1               Ctrl-F1
  44.          Print Screen           Ctrl-F2               Ctrl-F2
  45.          Set-Up                 Ctrl-F3               Ctrl-F3
  46.          F4                     No definition         No definition
  47.          Break                  Ctrl-F5               F5
  48.          F6                     Ctrl-F6               F6
  49.          F7                     Ctrl-F7               F7
  50.          F8                     Ctrl-F8               F8
  51.          F9                     Ctrl-F9               F9
  52.          F10                    Ctrl-F10              F10
  53.          F11 (ESC)              Alt-F1                Alt-F1
  54.          F12 (BS)               Alt-F2                Alt-F2
  55.          F13 (LF)               Alt-F3                Alt-F3
  56.          F14                    Alt-F4                Alt-F4
  57.          Help (F15)             Alt-F5, NK -          Alt-F5, F11
  58.          Do (F16)               Alt-F6, NK +          Alt-F6, F12
  59.          F17                    Alt-F7                Alt-F7
  60.          F18                    Alt-F8                Alt-F8
  61.          F19                    Alt-F9                Alt-F9
  62.          F20                    Alt-F10               Alt-F10
  63. Numeric Keypad (NK):
  64.          PF1 (Gold)             F1                    F1
  65.          PF2                    F2                    F2
  66.          PF3                    Shift-F1              F3
  67.          PF4                    Shift-F2              F4
  68.          7                      F3                    NK 7
  69.          8                      F4                    NK 8
  70.          9                      Shift-F3              NK 9
  71.          4                      F5                    NK 4
  72.          5                      F6                    NK 5
  73.          6                      Shift-F5              NK 6
  74.          1                      F7                    NK 7
  75.          2                      F8                    NK 8
  76.          3                      Shift-F7              NK 9
  77.                  0                      F9, F10               NK 0
  78.          - (minus)              Shift-F4              NK -
  79.          , (comma)              Shift-F6              NK +
  80.          . (dot)                Shift-F9              NK .
  81.          Enter                  F10, S-F10            NK Enter
  82. Editing Keypad:
  83.          Find                   Home        (NK 7)    Gray Home
  84.          Insert Here            Ins         (NK 0)    Gray Ins
  85.          Remove                 Del         (NK .)    Gray Delete
  86.          Select                 End         (NK 1)    Gray End
  87.          Prev Screen            PgUp        (NK 9)    Gray Page Up
  88.          Next Screen            PgDn        (NK 3)    Gray Page Down
  89.          Up-Arrow               Up-Arrow    (NK 8)    Gray Up-Arrow
  90.          Left-Arrow        Left-Arrow  (NK 4)    Gray Left-Arrow
  91.          Down-Arrow        Down-Arrow  (NK 2)    Gray Down-Arrow
  92.          Right-Arrow        Right-Arrow (NK 6)    Gray Right-Arrow
  93.  
  94. Compose: To compose a special character on the PC Keyboard with Kermit, use
  95. any of the standard DOS mechanisms: Hold down the Alt key and press 1 to 3
  96. digits on the numeric keypad (representing the decimal code value of the
  97. character in the PC's current code page), then let go of the Alt key.  Or use
  98. a national keyboard or keyboard driver.
  99.  
  100. (End of MSIVT3.DOC)
  101.