home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / kermit / tskerm24.arc / MSK300ZN.INI < prev    next >
Encoding:
Text File  |  1990-02-18  |  6.4 KB  |  179 lines

  1. ;
  2. ; MSK300ZN.INI for MsKermit version 3.00
  3. ; Enhanced emulation of VT102 keypad on a laptop (Zenith Z-181)
  4. ; by Timo Salmi, ts@chyde.uwasa.fi Sat 20-Jan-1990
  5.  
  6. ; Change the baud rate and port as relevant:
  7. ; set baud 1200      ;Not relevant for my current modem, use if appropriate
  8. set port com1
  9.  
  10. ; If your host is a Unix system, even parity is a good choice for
  11. ; binary Kermit transfers. You may have to set also the C-Kermit of
  12. ; your host to comply.
  13. ; With many other hosts, such as VAX/VMS, usually omit the parity, 
  14. ; or use set parity none
  15. set parity even
  16.  
  17. set terminal vt102       ;Select terminal type
  18. set terminal wrap on     ;Wrap long lines
  19. set display 7-bit        ;Ordinary ascii
  20. set dump f:\kermit.scn   ;Screen image destination (see alt G later)
  21.  
  22. comment F1  (GOLD)       (F1-F4 could be omitted since they are defaults)
  23. set key \315 \Kgold      ;This sets F1 key to act as VT102 gold (PF1) key
  24.  
  25. comment F2  (HELP)
  26. set key \316 \Kpf2       ;This sets F2 key to act as VT102 help (PF2) key
  27.  
  28. comment F3  (find next/find)
  29. set key \317 \Kpf3                        ; and so on ...
  30.  
  31. comment F4  (delete line, undelete line)
  32. set key \318 \Kpf4
  33.  
  34. comment Keypad 7  (page/command)
  35. set key \839 \Kkp7
  36.  
  37. comment Keypad 8  (sect/fill)
  38. set key \840 \Kkp8
  39.  
  40. comment Keypad 9  (append/replace)
  41. set key \841 \Kkp9
  42.  
  43. comment Keypad *  (find next/find)
  44. ;set key \311 \Kkpminus  (was delete word/undelete word in 231)
  45. set key \311 \Kpf3
  46.  
  47. comment Keypad 4  (advance/bottom)
  48. set key \843 \Kkp4
  49.  
  50. comment Keypad 5  (backup/top)
  51. set key \844 \Kkp5
  52.  
  53. comment Keypad 6  (cut/paste)
  54. set key \845 \Kkp6
  55.  
  56. comment Keypad -  (HELP)
  57. ;set key \330 \Kkpcoma     (was delete char/undelete char in 231)
  58. set key \330 \Kpf2
  59.  
  60. comment Keypad 1  (word/change case)
  61. set key \847 \Kkp1
  62.  
  63. comment Keypad 2  (end of line/delete eol)
  64. set key \848 \Kkp2
  65.  
  66. comment Keypad 3  (char/specins)
  67. set key \849 \Kkp3
  68.  
  69. comment Keypad +  (delete word/undelete word)
  70. ;set key \334 \Kkpenter     (was enter/subs in 231)
  71. set key \334 \Kkpminus
  72.  
  73. comment Keypad 0  (line/open line)
  74. set key \850 \Kkp0
  75.  
  76. comment Keypad .  (select reset)
  77. set key \851 \Kkpdot    ;Numeric dot
  78. ;set key \319 \Kkpdot    ;F5
  79.  
  80. comment DEL       (delete char/undelete char)
  81. ;set key \339 \10       (was linefeed in 231)
  82. set key \339 \Kkpcoma
  83.  
  84. comment BackSpace  (must be restored if ansi.cmd has been used)
  85. set key \270 \127
  86.  
  87. ; inactivate F5-F10 (they have default functions)
  88. set key \319    ; F5
  89. set key \320    ; F6
  90. set key \321    ; F7 will be defined later below
  91. set key \322    ; F8
  92. set key \323    ; F9 will be defined later below
  93. set key \324    ;F10 will be defined later below
  94. ; also inactivate shift F1-F10
  95. set key \852    ; shift F1
  96. set key \853    ; shift F2
  97. set key \854    ; shift F3
  98. set key \855    ; shift F4
  99. set key \856    ; shift F5
  100. set key \857    ; shift F6
  101. set key \858    ; shift F7
  102. set key \859    ; shift F8
  103. set key \860    ; shift F9
  104. set key \861    ; shift F10
  105.  
  106. comment F7  (enter/subs)
  107. set key \321 \Kkpenter
  108.  
  109. ; VAX/VMS editing
  110.  set key \327 \8             ;Home = to the beginning of the line
  111.  set key \335 \Kkp2          ;End  = to the end of the line
  112.  set key \329 \27\79\117\27\79\120\27\79\116
  113.                              ;PgUp = back up 16 rows (num5 num8 num4)
  114.  set key \337 \Kkp8          ;PgDn = advance 16 rows
  115.  set key \338 \1             ;Ins  = ^A  (command line insert on)
  116.  
  117. ; Redisplay commands for Zenith
  118.  set key \1399 \Khomscn      ;ctrl Home = Up to top of screen memory
  119.  set key \1397 \Kendscn      ;ctrl End  = Back to current position
  120.  set key \1412 \Kupscn       ;ctrl PgUp = Previous screen
  121.  set key \1398 \Kdnscn       ;ctrl PgDn = Next screen
  122.  set key  \323 \Kupone       ;F9        = Roll screen memory up one line
  123.  set key  \324 \Kdnone       ;F10       = Roll screen memory down one line
  124.  
  125. ; Commands resembling the layout of Procomm
  126.  set key \2408 \Klogon       ;alt F1 = Turn on session logging
  127.  set key \2409 \Klogoff      ;alt F2 = Turn off session logging
  128.  set key \2411 \Kdos         ;alt F4 = Push to dos
  129. ;set key \2352 \Kbreak       ;alt B  = Send a break (one of the many defaults)
  130.  set key \2350 \Kreset       ;alt C  = Clear screen
  131.  set key \2338 \Kdump        ;alt G  = Append current screen to dump file
  132.  set key \2353 \Kholdscrn    ;alt N  = Screen pause toggle
  133.  set key \2335 \Kstatus      ;alt S  = Display status message
  134.  set key \2348 \Khelp        ;alt Z  = Display connect help message
  135.  
  136. set transfer character-set transparent  ;to allow your own translations
  137. set file character-set cp850            ;select code page (you might omit this)
  138.  
  139. ; Keyboard --> Host
  140. ; Scandinavian characters typed from the keyboard are changed into
  141. ; their equivalents used by the host, i.e. the 8-bit PC Scandinavian
  142. ; characters are converted into 7-bits.
  143. ; For German, and other international keyboards, the principle is the same.
  144. ; For a U.S. keyboard comment out the translations
  145. set translation input on
  146. set translation input \091 \142       ; [ Ä
  147. set translation input \092 \153       ; \ Ö
  148. set translation input \093 \143       ; ] Å
  149. set translation input \123 \132       ; { ä
  150. set translation input \124 \148       ; | ö
  151. set translation input \125 \134       ; } å
  152.  
  153. ; Host --> Screen
  154. ; The 7-bit equivalents used by the host are converted back into the
  155. ; 8-bit scandinavian characters.
  156. ; For German, and other international keyboards, the principle is the same.
  157. set key \142 \091                     ; Ä [
  158. set key \153 \092                     ; Ö \
  159. set key \143 \093                     ; Å ]
  160. set key \132 \123                     ; ä {
  161. set key \148 \124                     ; ö |
  162. set key \134 \125                     ; å }
  163.  
  164. ; Some special settings just for the sake of it:
  165. ; If you do not like them comment them away with a semicolon (;) as I have
  166. ; done. (Your can comment them away also with the word comment.)
  167. ; See MsKermit documentation, or set terminal ? for more details
  168. ;set terminal cursor block     ;Use a block as the cursor
  169. ;set terminal keyclick on      ;Drive your colleagues crazy
  170. ;set terminal color 0,0,32     ;An alternative way of changing the text green
  171.  
  172. ;Some special features (see MsKermit documentation):
  173.  set retry 5               ;I changed this in tskerm23.arc
  174.  set send packet 94
  175.  set send timeout 20
  176.  
  177. ; Put here any other commands/definitions you wish to make
  178. ; See MsKermit documentation, or use ? at command prompt for more details
  179.