home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / pibterm / pibt41e1.arc / DECVAX.FNC < prev    next >
Text File  |  1988-02-28  |  2KB  |  60 lines

  1. *
  2. *     VT100 function key definitions for 83/84-key keyboard.
  3. *
  4. *     The left half of the VT100 keypad is mapped onto F1 through F10,
  5. *     and the right half of the keypad is mapped onto <SHIFT>F1 through
  6. *     <SHIFT>F10.
  7. *
  8. *     Symbolically, here are the correspondences, with PC name on
  9. *     top and VT100 name on bottom.
  10. *
  11. *      +---------+---------+  +---------+---------+
  12. *      |    F1   |   F2    |  | Shft F1 | Shft F2 |
  13. *      |   (PF1) |  (PF2)  |  |  (PF3)  |  (PF4)  |
  14. *      +---------+---------+  +---------+---------+
  15. *      |    F3   |   F4    |  | Shft F3 | Shft F4 |
  16. *      |   (7)   |  (8)    |  |  (9)    |   (-)   |
  17. *      +---------+---------+  +---------+---------+
  18. *      |    F5   |   F6    |  | Shft F5 | Shft F6 |
  19. *      |   (4)   |  (5)    |  |  (6)    |   (,)   |
  20. *      +---------+---------+  +---------+---------+
  21. *      |    F7   |   F8    |  | Shft F7 | Shft F8 |
  22. *      |   (1)   |  (2)    |  |  (3)    | (Enter) |
  23. *      +---------+---------+  +---------+---------+
  24. *      |    F9   |   F10   |  | Shft F9 | Shft F10|
  25. *      |   (0)   |   (0)   |  |  (.)    | (Enter) |
  26. *      +---------+---------+  +---------+---------+
  27. *
  28. *     In addition, PgUp will initiate a Kermit upload, and
  29. *     PgDn will initiate a Kermit get, both in binary mode.
  30. *
  31. F1=^[OP
  32. F2=^[OQ
  33. F3=^[Ow
  34. F4=^[Ox
  35. F5=^[Ot
  36. F6=^[Ou
  37. F7=^[Oq
  38. F8=^[Or
  39. F9=^[Op
  40. F10=^[Op
  41. K8=^[[A
  42. K9=@S@/db/
  43. K4=^[[D
  44. K6=^[[C
  45. K2=^[[B
  46. K3=@R@/db/
  47. K.=^[Ol
  48. S1=^[OR
  49. S2=^[OS
  50. S3=^[Oy
  51. S4=^[Om
  52. S5=^[Ov
  53. S6=^[Ol
  54. S7=^[Os
  55. S8=^[OM
  56. S9=^[On
  57. S10=^[OM
  58. CBS=^H
  59. BS=
  60.