home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / msr313src.zip / msiibm.hlp < prev    next >
Text File  |  1988-12-21  |  4KB  |  107 lines

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