home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msivt2.ini < prev    next >
Text File  |  2020-01-01  |  4KB  |  93 lines

  1. ; Date: Wed, 23 Mar 88 13:26 MEZ
  2. ; From: "Eberhard W. Lisse" <IUS%DACTH51.BITNET@CUVMA.COLUMBIA.EDU>
  3. ; Subject: Anybody Like a VT-202 Layout?
  4. ; Keywords: MS-DOS Kermit 2.30, VT-202 Setup, Terminal Emulation
  5. ;
  6. ; We hacked up a vt202 layout which runs TPU and I felt I should beam it over
  7. ; right away. (Well before I leave the Burn Unit anyway ...)
  8. ; regards, el
  9. ;
  10. ;Eberhard W. Lisse, MD
  11. ; Burn Unit, Technical University, Aachen, West Germany
  12. ;
  13. ; ius@dacth51.BITNET      preferred
  14. ; el@lisse.UUCP           real soon now
  15. comment ---------------------------------------------------------
  16. comment
  17. comment This INItialiation file sets the IBM-keyboard to the layout
  18. comment used by the VT-202 terminals emulated by Qume 202 which are
  19. comment run at the Department of Forensic Medicine, Technical University,
  20. comment Aachen, West Germany.
  21. comment
  22. comment It is also set up and commented for the TPU editor they like
  23. comment so much there ...
  24. comment
  25. comment Feel free to modify, sell, compile, delete and do whatever you
  26. comment like to it.
  27. comment
  28. comment Eberhard W. Lisse, MD
  29. comment Burn Unit, Technical University, Aachen, West Germany
  30. comment
  31. comment ius@dacth51.BITNET (preferred)
  32. comment el@lisse.UUCP      (real soon now ... use UNIDO gateway)
  33. comment
  34. comment ---------------------------------------------------------
  35. comment                    AT-Keyb.--> Qume VT202
  36. set key \240 \ktermtype
  37. set key \311 \27[33~      ; kpd* --> F19
  38. set key \315 \Kgold       ; F1   --> Pf1 "Gold"
  39. set key \316 \27[19~      ; F2   --> F8 "1Window/2Windows"
  40. set key \317 \27[20~      ; F3   --> F9 "Other Wind/Get File"
  41. set key \318 \27[21~      ; F4   --> F10 "DCL/Spawn"
  42. set key \319 \27[23~      ; F5   --> F11 "vorwaerts/rueckw."
  43. set key \320 \27[24~      ; F6   --> F12 "Bline/Eline"
  44. set key \321 \27[25~      ; F7   --> F13 "del word"
  45. set key \322 \27[26~      ; F8   --> F14 "Insert/Replace"
  46. set key \323 \27[28~      ; F9   --> "Help"
  47. set key \324 \27[29~      ; F1   --> "Do"
  48. set key \327 \27OP\27[31~ ; Home --> Pf1/F17 "Beg.o.line"
  49. set key \329 \27[5~       ; Pgup --> "Prev.screen"
  50. set key \330 \27Om        ; Kd-  --> Kp- "del Line"
  51. set key \334 \27Ol        ; Kp+  --> Kpkomma "del char"
  52. set key \335 \27[34~      ; End  --> F20 "End of Line"
  53. set key \337 \27[6~       ; PgDn --> "Nextscreen"
  54. set key \338 \27[2~       ; Ins  --> "Insert here"
  55. set key \339 \27[3~       ; Del  --> "Remove"
  56. comment ---------------------------------------------------------
  57. set key \1399 \27[1~       ; Crt Home --> "Find"
  58. set key \1397 \27[4~       ; Crt End  --> "Select"
  59. set key \1426 \27[4~       ; Crt Ins  --> "Select"
  60. set key \1412 \27[18~      ; Crt Pgup --> F7     "Top"
  61. set key \1398 \27OP\27[18~ ; Crt PgDn --> Pf1/F7 "Bottom"
  62. comment ---------------------------------------------------------
  63. set key \2409 \Kpf2       ; ALT F2 --> Pf2 (z.B.:Gold/Pf2 ->132 Zeichen
  64. set key \2410 \Kpf3       ; ALT F3 --> Pf3 (z.B.:Gold/Pf3 ->80 Zeichen
  65. set key \2411 \Kpf4       ; ALT F4 --> Pf4 ->delline (Gold/Pf4 ->undel)
  66. comment German-Umlauts:------------------------------------------
  67. comment
  68. comment This has to be done two ways. Take IBM's umlauts and make ANSI
  69. comment characters {|}~ [\] which are sent to the host.
  70. comment
  71. set key \132 \123
  72. set key \148 \124
  73. set key \129 \125
  74. set key \225 \126
  75. set key \142 \91
  76. set key \153 \92
  77. set key \154 \93
  78. comment
  79. comment Take the ANSI characters {|}~ [\] which are sent by the host
  80. comment and display the IBM-Umlauts.
  81. comment Sorry folks, this is the way to do it here in Germany :-)
  82. comment
  83. set translation input \123 \132
  84. set translation input \124 \148
  85. set translation input \125 \129
  86. set translation input \126 \225
  87. set translation input \91 \142
  88. set translation input \92 \153
  89. set translation input \93 \154
  90. set translation input \127 \0
  91. set translation input on
  92.