home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / kermit / tskerm24.arc / MSK230QL.INI < prev    next >
Encoding:
Text File  |  1988-08-12  |  2.3 KB  |  98 lines

  1. comment MSK230QL.INI for MsKermit version 2.30
  2. comment Emulation of QL VT52 QCODE keypad on PC/XT, PC/AT, and Zenith Z-181
  3. comment by Timo Salmi 31.01.88 (Ver. 1.0)
  4.  
  5. comment F1  (GOLD)                               *PF1*
  6. set key \315 \Kgold
  7.  
  8. comment F2  (HELP)                               *PF2*
  9. set key \316 \Kpf2
  10.  
  11. comment F3  (find next/find)                     *PF3*
  12. comment myƶs Zenith ALT 8
  13. set key \317 \Kpf3
  14.  
  15. comment F4  (delete line, undelete line)         *PF4*
  16. set key \318 \Kpf4
  17.  
  18. comment F5  (select/reset)                       *(.)*
  19. set key \319 \Kkpdot
  20.  
  21. comment Zenith F6  (char/specins)
  22. set key \320 \27Os
  23.  
  24. comment Zenith F7 undefined
  25. set key \321
  26.  
  27. comment Zenith F8  (sect/fill)
  28. set key \322 \27Ox
  29.  
  30. comment Zenith F9  (append/replace)
  31. set key \323 \27Oy
  32.  
  33. comment Zenith F10  (backspace)
  34. set key \324 \8
  35.  
  36. comment Zenith ALT 1 (word/change case)
  37. set key \2424 \27Oq
  38.  
  39. comment Zenith ALT 2 (to end of line/delete to the end of line)
  40. set key \2425 \27Or
  41.  
  42. comment Zenith ALT 3  (cut/paste)
  43. set key \2426 \27Ov
  44.  
  45. comment Zenith ALT 4  (advance/bottom)
  46. set key \2427 \27Ot
  47.  
  48. comment Zenith ALT 5 (backwards/top)
  49. set key \2428 \27Ou
  50.  
  51. comment Zenith ALT 6  (delete character/undelete character)   *(,)*
  52. set key \2429 \Kkpcoma
  53.  
  54. comment Zenith ALT 7  (page/command)
  55. set key \2430 \27Ow
  56.  
  57. comment Zenith ALT 8  (find next/find)
  58. set key \2431 \27OR
  59.  
  60. comment Zenith ALT 9  (delete word/undelete word)   *(-)*
  61. set key \2432 \Kkpminus
  62.  
  63. comment Zenith ALT 0 (line/open line)
  64. set key \2433 \27Op
  65.  
  66. comment SHIFT F10 tai num +
  67. set key \861 \Kkpenter
  68. set key \334 \Kkpenter
  69.  
  70. comment Zenith DEL  (linefeed)
  71. set key \339 \10
  72.  
  73. comment
  74. set baud 1200
  75.  
  76. comment Scandinavian characters host --> screen by Hannu Hirvonen
  77. set translation input on
  78. set translation input \091 \142
  79. set translation input \092 \153
  80. set translation input \093 \143
  81. set translation input \123 \132
  82. set translation input \124 \148
  83. set translation input \125 \134
  84. comment Scandinavian characters keyboard --> host
  85. comment Converts the 8-bit PC scandinavian characters to 7-bits
  86. set key \142 \091
  87. set key \153 \092
  88. set key \143 \093
  89. set key \132 \123
  90. set key \148 \124
  91. set key \134 \125
  92.  
  93. ; Change the baud rate as relevant
  94. set baud 1200
  95.  
  96. ; Put here any other commands/definitions you wish to make
  97. ; See MsKermit documentation for more details
  98.