home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / k95keymaps / wp50.ksc.txt < prev    next >
Text File  |  2020-01-01  |  8KB  |  316 lines

  1.  ; FILE WP50.KSC 
  2. ;
  3. ; Sample WordPefect 5.0 key mapping for use with UNIX or VMS host-based
  4. ; WordPerfect 5.0.  See notes below about differences.  Untested, no 
  5. ; guarantees, use at your own risk, feel free to fix bugs or modify to
  6. ; suit your needs and preferences.  Adapted from MS-DOS WP*.INI files by
  7. ; Max Evarts, Kermit Project, Columbia University, 1996.
  8. ;
  9. set key CLEAR                ; Clear all key definitions 
  10. set telnet term kermit
  11. set terminal type VT320 
  12. set terminal wrap OFF 
  13.  
  14. if not eq "\v(program)" "C-Kermit" -
  15.   end 1 \v(cmdfile) can be used only by Kermit 95. 
  16. if < \v(version) 501192 -
  17.   end 1 \v(cmdfile) requires C-Kermit 5A(192) or later. 
  18.  
  19. ;Remap some Predefined Kermit Keys which would be overridden by WP functions 
  20. ;
  21. set key \2094 \Kexit   ;ALT-PERIOD now Exits Kermit connection (was ALT-X) 
  22. set key \2107 \Kdump   ;ALT-SEMICOLON now Dumps Kermit Screen (was CTRL-END) 
  23.   
  24. set key \2305 \27Ow    ;SHIFT-ESC now is the Wordperfect Escape (was ALT-ESC)
  25.  
  26. ;F1 - Cancel 
  27. set key \368 \27Op 
  28. ;F2 - Search 
  29. set key \369 \27Ox 
  30. ;F3 - Help 
  31. set key \370 \27Oy 
  32. ;F4 - Indent 
  33. set key \371 \27Om 
  34. ;F5 - List Files 
  35. set key \372 \27Ot 
  36. ;F6 - Bold 
  37. set key \373 \27Ou 
  38. ;F7 - Exit 
  39. set key \374 \27Ov 
  40. ;F8 - Underline 
  41. set key \375 \27Ol 
  42. ;F9 - Merge R 
  43. set key \376 \27Oq 
  44. ;F10 - Save 
  45. set key \377 \27Or 
  46.   
  47. ;F11 - Reveal Codes 
  48. set key \378 \27OR\27Oy 
  49. ;F12 - Block 
  50. set key \379 \27OR\27Om 
  51.   
  52. ;Shift F1 - Super/Subscript 
  53. set key \880 \27OP\27Ow 
  54. ;Shift F2 - Search backwards 
  55. set key \881 \27OP\27Ox 
  56. ;Shift F3 - Switch 
  57. set key \882 \27OP\27Oy 
  58. ;Shift F4 - Indent backwards 
  59. set key \883 \27OP\27Om 
  60. ;Shift F5 - Date 
  61. set key \884 \27OP\27Ot 
  62. ;Shift F6 - Center 
  63. set key \885 \27OP\27Ou 
  64. ;Shift F7 - Print 
  65. set key \886 \27OP\27Ov 
  66. ;Shift F8 - Line 
  67. set key \887 \27OP\27Ol 
  68. ;Shift F9 - Merge E 
  69. set key \888 \27OP\27Oq 
  70. ;Shift F10 - Retrieve 
  71. set key \889 \27OP\27Or 
  72.   
  73. ;Ctrl F1 - Shell 
  74. set key \1392 \27OQ\27Ow 
  75. ;Ctrl F2 - Spell 
  76. set key \1393 \27OQ\27Ox 
  77. ;Ctrl F3 - Screen 
  78. set key \1394 \27OQ\27Oy 
  79. ;Ctrl F4 - Move 
  80. set key \1395 \27OQ\27Om 
  81. ;Ctrl F5 - Text In/Out 
  82. set key \1396 \27OQ\27Ot 
  83. ;Ctrl F6 - Tab Align 
  84. set key \1397 \27OQ\27Ou 
  85. ;Ctrl F7 - Footnote 
  86. set key \1398 \27OQ\27Ov 
  87. ;Ctrl F8 - Print 
  88. set key \1399 \27OQ\27Ol 
  89. ;Ctrl F9 - Merge/Sort 
  90. set key \1400 \27OQ\27Oq 
  91. ;Ctrl F10 - Macro Def 
  92. set key \1401 \27OQ\27Or 
  93.   
  94. ;Alt F1 - Thesaurus 
  95. set key \2416 \27OR\27Ow 
  96. ;Alt F2 - Replace 
  97. set key \2417 \27OR\27Ox 
  98. ;Alt F3 - Reveal Codes 
  99. set key \2418 \27OR\27Oy 
  100. ;Alt F4 - Block 
  101. set key \2419 \27OR\27Om 
  102. ;Alt F5 - Mark Text 
  103. set key \2420 \27OR\27Ot 
  104. ;Alt F6 - Flush Right 
  105. set key \2421 \27OR\27Ou 
  106. ;Alt F7 - Math/Columns 
  107. set key \2422 \27OR\27Ov 
  108. ;Alt F8 - Page 
  109. set key \2423 \27OR\27Ol 
  110. ;Alt F9 - Merge Codes 
  111. set key \2424 \27OR\27Oq 
  112. ;Alt F10 - Macro 
  113. set key \2425 \27OR\27Or 
  114.   
  115. ;Grey-Insert 
  116. set key \4397 \27OR\27OM 
  117. ;Ins 
  118. set key \301 \27OR\27OM 
  119.   
  120. ;Grey-HOME 
  121. set key \4388 \27OS 
  122. ;HOME 
  123. set key \292 \27OS 
  124.   
  125. ;Grey-PgUp 
  126. set key \4385 \27OP\27Os 
  127. ;Pg Up 
  128. set key \289 \27OP\27Os 
  129.   
  130. ;Grey-Delete 
  131. set key \4398 \27On 
  132. ;Del 
  133. set key \302 \27On 
  134.   
  135. ;Grey-End 
  136. set key \4387 \27OS\27OS\27[C   ;Actually Functions as Home,Home,Right 
  137. ;set key \4387 \27End           ;This may be necessary to provide 
  138.                                 ; true End function in PlanPerfect 
  139. ;End 
  140. set key \291 \27OS\27OS\27[C    ;Actually Functions as Home,Home,Right 
  141. ;set key \353 \27End            ;This may be necessary to provide 
  142.                                 ; true End function in PlanPerfect 
  143. ;Grey-PgDn 
  144. set key \4386 \27Os 
  145. ;PgDn 
  146. set key \290 \27Os 
  147.   
  148. ;Grey-Uparrow 
  149. set key \4390 \Kuparr 
  150. ;Uparrow 
  151. ;set key \360 \Kuparr 
  152.   
  153. ;Grey-Leftarrow 
  154. set key \4389 \Klfarr 
  155. ;Leftarrow 
  156. ;set key \356 \Klfarr 
  157.   
  158. ;Grey-Rightarrow 
  159. set key \4391 \Krtarr 
  160. ;Rightarrow 
  161. ;set key \358 \Krtarr 
  162.   
  163. ;Grey-Downarrow 
  164. set key \4392 \Kdnarr 
  165. ;Downarrow 
  166. ;set key \354 \Kdnarr 
  167.   
  168. ;Keypad Number 5 
  169. set key \268 \ 
  170.  
  171. ;Ctrl-Backspace - Delete Word 
  172. set key \1151 \27OP\27On 
  173.   
  174. ;Shift-Tab - Margin Release 
  175. set key \777 \27OP\27Oz     ;this only works for UNIX WP products 
  176. ;set key \777 \27OP\9       ;this only works for VAX/VMS WP products 
  177.   
  178. ;Ctrl-ENTER - Hard Page 
  179. set key \1293 \27OQ\27Os 
  180.   
  181. ;Ctrl-HYPHEN - Soft Hyphen 
  182. set key \1469 \31 
  183.  
  184. ;Grey-Minus                - Screen Up 
  185. set key \365 \27OP\27[A 
  186. ;Ctrl-Grey-Uparrow         - Screen Up 
  187. set key \5415 \27OP\27[A 
  188. ;Ctrl-UpArrow              - Screen Up 
  189. set key \1318 \27OP\27[A 
  190.   
  191. ;Grey-Plus                 - Screen Down 
  192. set key \363 \27OP\27[B 
  193. ;Ctrl-Grey-Downarrow       - Screen Down 
  194. set key \5416 \27OP\27[B 
  195. ;Ctrl-Downarrow            - Screen Down 
  196. set key \1320 \27OP\27[B 
  197.   
  198. ;Ctrl-Grey-Leftarrow - Word left 
  199. set key \5413 \27OP\27[D 
  200. ;Ctrl-Leftarrow      -Word Left 
  201. set key \1317 \27OP\27[D 
  202.   
  203. ;Ctrl-Grey-Rightarrow - Word Right 
  204. set key \5415 \27OP\27[C 
  205. ;Ctrl-Rightarrow      - Word Right 
  206. set key \1319 \27OP\27[C 
  207.   
  208. ;Ctrl-Grey-End - Delete EOL 
  209. set key \5411 \27OQ\27On 
  210. ;Ctrl-End      - Delete EOL 
  211. set key \1315 \27OQ\27On 
  212.   
  213. ;Ctrl-Grey-PgDn         - Delete EOP 
  214. set key \5410 \27OR\27On 
  215. ;Ctrl-PgDn              - Delete EOP 
  216. set key \1314 \27OR\27On 
  217.   
  218. ;Ctrl-Grey-PgUp - Macro Pause 
  219. set key \5409 \27OR\27Oz 
  220. ;Ctrl-PgUp      - Macro Pause 
  221. set key \1313 \27OR\27Oz 
  222.   
  223. ;Ctrl-Grey-Home - Go To 
  224. set key \5412 \27OR\27Os 
  225. ;Ctrl-HOME      - Go To 
  226. set key \1316 \27OR\27Os 
  227.  
  228. ;Ctrl-I Substitute 
  229. ;set key \1033 
  230. ;Ctrl-M Substitute 
  231. ;set key \1037 
  232. ;Ctrl-Q Substitue 
  233. ;set key \1041 
  234. ;Ctrl-S Substitute 
  235. ;set key \1043 
  236.   
  237. ;Alt 1 - User Defined Macro 1 
  238. set key \2097 \27a1 
  239. ;Alt 2 - User Defined Macro 2 - this only works for UNIX WP products 
  240. set key \2098 \27a2 
  241. ;Alt 2 - PF2 Key mapping - this only works for VAX/VMS WP products 
  242. ;set key \2099 \27OQ 
  243. ;Alt 3 - User Defined Macro 3 - this only works for UNIX WP products 
  244. set key \2100 \27a3 
  245. ;Alt 3 - PF3 Key mapping - this only works for VAX/VMS WP products 
  246. ;set key \2101 \27OR 
  247. ;Alt 4 - User Defined Macro 4 
  248. set key \2102 \27a4 
  249. ;Alt 5 - User Defined Macro 5 
  250. set key \2103 \27a5 
  251. ;Alt 6 - User Defined Macro 6 
  252. set key \2104 \27a6 
  253. ;Alt 7 - User Defined Macro 7 
  254. set key \2105 \27a7 
  255. ;Alt 8 - User Defined Macro 8 
  256. set key \2106 \27a8 
  257. ;Alt 9 - User Defined Macro 9 
  258. set key \2107 \27a9 
  259. ;Alt 0 - User Defined Macro 0 
  260. set key \2096 \27a0 
  261.   
  262. ;Alt A - QuickMacro A 
  263. set key \2145 \27OPa 
  264. ;Alt B - QuickMacro B 
  265. set key \2146 \27OPb 
  266. ;Alt C - QuickMacro C 
  267. set key \2147 \27OPc 
  268. ;Alt D - QuickMacro D 
  269. set key \2148 \27OPd 
  270. ;Alt E - QuickMacro E 
  271. set key \2149 \27OPe 
  272. ;Alt F - QuickMacro F 
  273. set key \2150 \27OPf 
  274. ;Alt G - QuickMacro G 
  275. set key \2151 \27OPg 
  276. ;Alt H - QuickMacro H 
  277. set key \2152 \27OPh 
  278. ;Alt I - QuickMacro I 
  279. set key \2153 \27OPi 
  280. ;Alt J - QuickMacro J 
  281. set key \2154 \27OPj 
  282. ;Alt K - QuickMacro K 
  283. set key \2155 \27OPk 
  284. ;Alt L - QuickMacro L 
  285. set key \2156 \27OPl 
  286. ;Alt M - QuickMacro M 
  287. set key \2157 \27OPm 
  288. ;Alt N - QuickMacro N 
  289. set key \2158 \27OPn 
  290. ;Alt O - QuickMacro O 
  291. set key \2159 \27OPo 
  292. ;Alt P - QuickMacro P 
  293. set key \2160 \27OPp 
  294. ;Alt Q - QuickMacro Q 
  295. set key \2161 \27OPq 
  296. ;Alt R - QuickMacro R 
  297. set key \2162 \27OPr 
  298. ;Alt S - QuickMacro S 
  299. set key \2163 \27OPs 
  300. ;Alt T - QuickMacro T 
  301. set key \2164 \27OPt 
  302. ;Alt U - QuickMacro U 
  303. set key \2165 \27OPu 
  304. ;Alt V - QuickMacro V 
  305. set key \2166 \27OPv 
  306. ;Alt W - QuickMacro W 
  307. set key \2167 \27OPw 
  308. ;Alt X - QuickMacro X 
  309. set key \2168 \27OPx 
  310. ;Alt Y - QuickMacro Y 
  311. set key \2169 \27OPy 
  312. ;Alt Z - QuickMacro Z 
  313. set key \2170 \27OPz 
  314.  
  315. ; End of WP50.KSC
  316.