home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / BLST10_2.ZIP / BLASTDIR / BLAST.TDF < prev    next >
Encoding:
Text File  |  1990-09-13  |  17.4 KB  |  1,286 lines

  1. #INDEX
  2. >3708ATKB00000242 000012
  3. >7171ATKB00002148 000151
  4. >RENEXATK00003977 000287
  5. >3708XTKB00005897 000426
  6. >7171XTKB00007804 000565
  7. >3708101K00009633 000701
  8. >RENEX10100011736 000851
  9. >RENEXXTK00013853 001001
  10. >7171101K00015773 001140
  11. 3708ATKBD:
  12. label=Backspace
  13. :00=<back>:
  14. tsend "^[D"
  15. label=BackTab
  16. :01=<shift><tab>:
  17. tsend "^B"
  18. label=Clear
  19. :02=<ctrl>C:
  20. tsend "^C"
  21. label=Cursor Up
  22. :03=<up>:
  23. tsend "^[A"
  24. label=Cursor Down
  25. :04=<down>:
  26. tsend "^[B"
  27. label=Cursor Left
  28. :05=<left>:
  29. tsend "^[D"
  30. label=Cursor Right
  31. :06=<right>:
  32. tsend "^[C"
  33. label=Delete
  34. :07=<del>:
  35. tsend "\377"
  36. label=Enter
  37. :08=<enter>:
  38. tsend "^M"
  39. label=Erase EOF
  40. :09=<ctrl>E:
  41. tsend "^E"
  42. label=Insert
  43. :10=<ins>:
  44. tsend "^[[2~"
  45. label=PA1
  46. :11=<alt>1:
  47. tsend "^[[32~"
  48. label=PA2
  49. :12=<alt>2:
  50. tsend "^[[33~"
  51. label=PA3
  52. :13=<alt>3:
  53. tsend "^[[34~"
  54. label=PF1
  55. :14=<f1>:
  56. tsend "^[q"
  57. label=PF2
  58. :15=<f2>:
  59. tsend "^[r"
  60. label=PF3
  61. :16=<f3>:
  62. tsend "^[s"
  63. label=PF4
  64. :17=<f4>:
  65. tsend "^[t"
  66. label=PF5
  67. :18=<f5>:
  68. tsend "^[u"
  69. label=PF6
  70. :19=<f6>:
  71. tsend "^[v"
  72. label=PF7
  73. :20=<f7>:
  74. tsend "^[w"
  75. label=PF8
  76. :21=<f8>:
  77. tsend "^[x"
  78. label=PF9
  79. :22=<f9>:
  80. tsend "^[y"
  81. label=PF10
  82. :23=<f10>:
  83. tsend "^[P"
  84. label=PF11
  85. :24=<shift><f1>:
  86. tsend "^[Q"
  87. label=PF12
  88. :25=<shift><f2>:
  89. tsend "^[R"
  90. label=PF13
  91. :26=<shift><f3>:
  92. tsend "^[[17~"
  93. label=PF14
  94. :27=<shift><f4>:
  95. tsend "^[[18~"
  96. label=PF15
  97. :28=<shift><f5>:
  98. tsend "^[[19~"
  99. label=PF16
  100. :29=<shift><f6>:
  101. tsend "^[[20~"
  102. label=PF17
  103. :30=<shift><f7>:
  104. tsend "^[[21~"
  105. label=PF18
  106. :31=<shift><f8>:
  107. tsend "^[[23~"
  108. label=PF19
  109. :32=<shift><f9>:
  110. tsend "^[[24~"
  111. label=PF20
  112. :33=<shift><f10>:
  113. tsend "^[[25~"
  114. label=PF21
  115. :34=<alt><f1>:
  116. tsend "^[[26~"
  117. label=PF22
  118. :35=<alt><f2>:
  119. tsend "^[[28~"
  120. label=PF23
  121. :36=<alt><f3>:
  122. tsend "^[[29~"
  123. label=PF24
  124. :37=<alt><f4>:
  125. tsend "^[[31~"
  126. label=Refresh
  127. :38=<alt><f5>:
  128. tsend "^[^[v"
  129. label=Reset
  130. :39=<ctrl>R:
  131. tsend "^R"
  132. label=Status Line
  133. :40=<ctrl>W:
  134. tsend "^W"
  135. label=Tab
  136. :41=<tab>:
  137. tsend "^I"
  138. label=Home
  139. :42=<home>:
  140. tsend "^H"
  141. label=End
  142. :43=<end>:
  143. tsend "^[s"
  144. label=Page Up
  145. :44=<pgup>:
  146. tsend "^[w"
  147. label=Page Down
  148. :45=<pgdn>:
  149. tsend "^[x"
  150. 7171ATKBD:
  151. label=Backspace
  152. :00=<back>:
  153. tsend "^[OD"
  154. label=Back Tab
  155. :01=<shift><tab>:
  156. tsend "^[^I"
  157. label=Clear
  158. :02=<ctrl>C:
  159. tsend "^[OM"
  160. label=Cursor Up
  161. :03=<up>:
  162. tsend "^[OA"
  163. label=Cursor Down
  164. :04=<down>:
  165. tsend "^[OB"
  166. label=Cursor Left
  167. :05=<left>:
  168. tsend "^[OD"
  169. label=Cursor Right
  170. :06=<right>:
  171. tsend "^[OC"
  172. label=Delete
  173. :07=<del>:
  174. tsend "\377"
  175. label=Enter
  176. :08=<enter>:
  177. tsend "^M"
  178. label=Erase EOF
  179. :09=<ctrl>E:
  180. tsend "^[\377"
  181. label=Insert
  182. :10=<ins>:
  183. tsend "^[On"
  184. label=PA1
  185. :11=<alt>1:
  186. tsend "^[,"
  187. label=PA2
  188. :12=<alt>2:
  189. tsend "^[."
  190. label=PA3
  191. :13=<alt>3:
  192. tsend "^[/"
  193. label=PF1
  194. :14=<f1>:
  195. tsend "^[1"
  196. label=PF2
  197. :15=<f2>:
  198. tsend "^[2"
  199. label=PF3
  200. :16=<f3>:
  201. tsend "^[3"
  202. label=PF4
  203. :17=<f4>:
  204. tsend "^[4"
  205. label=PF5
  206. :18=<f5>:
  207. tsend "^[5"
  208. label=PF6
  209. :19=<f6>:
  210. tsend "^[6"
  211. label=PF7
  212. :20=<f7>:
  213. tsend "^[7"
  214. label=PF8
  215. :21=<f8>:
  216. tsend "^[8"
  217. label=PF9
  218. :22=<f9>:
  219. tsend "^[9"
  220. label=PF10
  221. :23=<f10>:
  222. tsend "^[0"
  223. label=PF11
  224. :24=<shift><f1>:
  225. tsend "^[-"
  226. label=PF12
  227. :25=<shift><f2>:
  228. tsend "^[="
  229. label=PF13
  230. :26=<shift><f3>:
  231. tsend "^[!"
  232. label=PF14
  233. :27=<shift><f4>:
  234. tsend "^[@"
  235. label=PF15
  236. :28=<shift><f5>:
  237. tsend "^[#"
  238. label=PF16
  239. :29=<shift><f6>:
  240. tsend "^[$"
  241. label=PF17
  242. :30=<shift><f7>:
  243. tsend "^[%"
  244. label=PF18
  245. :31=<shift><f8>:
  246. tsend "^[\136"
  247. label=PF19
  248. :32=<shift><f9>:
  249. tsend "^[&"
  250. label=PF20
  251. :33=<shift><f10>:
  252. tsend "^[*"
  253. label=PF21
  254. :34=<alt><f1>:
  255. tsend "^[("
  256. label=PF22
  257. :35=<alt><f2>:
  258. tsend "^[)"
  259. label=PF23
  260. :36=<alt><f3>:
  261. tsend "^[["
  262. label=PF24
  263. :37=<alt><f4>:
  264. tsend "^[]"
  265. label=Refresh
  266. :38=<alt><f5>:
  267. tsend "^V"
  268. label=Reset
  269. :39=<ctrl>R:
  270. tsend "^R"
  271. label=Tab
  272. :40=<tab>:
  273. tsend "^I"
  274. label=Home
  275. :41=<home>:
  276. tsend "^H"
  277. label=End
  278. :42=<end>:
  279. tsend "^[3"
  280. label=Page Up
  281. :43=<pgup>:
  282. tsend "^[7"
  283. label=Page Down
  284. :44=<pgdn>:
  285. tsend "^[8"
  286. RENEXATKBD:
  287. label=Backspace
  288. :00=<back>:
  289. tsend "^[^[-l"
  290. label=Back Tab
  291. :01=<shift><tab>:
  292. tsend "^[Om"
  293. label=Clear
  294. :02=<ctrl>C:
  295. tsend "^[^[cs"
  296. label=Cursor Up
  297. :03=<up>:
  298. tsend "^[^[-u"
  299. label=Cursor Down
  300. :04=<down>:
  301. tsend "^[^[-d"
  302. label=Cursor Left
  303. :05=<left>:
  304. tsend "^[^[-l"
  305. label=Cursor Right
  306. :06=<right>:
  307. tsend "^[^[-r"
  308. label=Delete
  309. :07=<del>:
  310. tsend "^[[3~"
  311. label=Enter
  312. :08=<enter>:
  313. tsend "^M"
  314. label=Erase EOF
  315. :09=<ctrl>E:
  316. tsend "^[[4~"
  317. label=Insert
  318. :10=<ins>:
  319. tsend "^[[2~"
  320. label=PA1
  321. :11=<alt>1:
  322. tsend "^[^[P1"
  323. label=PA2
  324. :12=<alt>2:
  325. tsend "^[^[P2"
  326. label=PA3
  327. :13=<alt>3:
  328. tsend "^[^[P3"
  329. label=PF1
  330. :14=<f1>:
  331. tsend "^[Oq"
  332. label=PF2
  333. :15=<f2>:
  334. tsend "^[Or"
  335. label=PF3
  336. :16=<f3>:
  337. tsend "^[Os"
  338. label=PF4
  339. :17=<f4>:
  340. tsend "^[Ot"
  341. label=PF5
  342. :18=<f5>:
  343. tsend "^[Ou"
  344. label=PF6
  345. :19=<f6>:
  346. tsend "^[Ov"
  347. label=PF7
  348. :20=<f7>:
  349. tsend "^[Ow"
  350. label=PF8
  351. :21=<f8>:
  352. tsend "^[Ox"
  353. label=PF9
  354. :22=<f9>:
  355. tsend "^[Oy"
  356. label=PF10
  357. :23=<f10>:
  358. tsend "^[Op"
  359. label=PF11
  360. :24=<shift><f1>:
  361. tsend "^[On"
  362. label=PF12
  363. :25=<shift><f2>:
  364. tsend "^[Ol"
  365. label=PF13
  366. :26=<shift><f3>:
  367. tsend "^A1"
  368. label=PF14
  369. :27=<shift><f4>:
  370. tsend "^A2"
  371. label=PF15
  372. :28=<shift><f5>:
  373. tsend "^A3"
  374. label=PF16
  375. :29=<shift><f6>:
  376. tsend "^A4"
  377. label=PF17
  378. :30=<shift><f7>:
  379. tsend "^A5"
  380. label=PF18
  381. :31=<shift><f8>:
  382. tsend "^A6"
  383. label=PF19
  384. :32=<shift><f9>:
  385. tsend "^A7"
  386. label=PF20
  387. :33=<shift><f10>:
  388. tsend "^A8"
  389. label=PF21
  390. :34=<alt><f1>:
  391. tsend "^A9"
  392. label=PF22
  393. :35=<alt><f2>:
  394. tsend "^A0"
  395. label=PF23
  396. :36=<alt><f3>:
  397. tsend "^A-"
  398. label=PF24
  399. :37=<alt><f4>:
  400. tsend "^A="
  401. label=Refresh
  402. :38=<alt><f5>:
  403. tsend "^[[20~"
  404. label=Reset
  405. :39=<ctrl>R:
  406. tsend "^X"
  407. label=Status Line
  408. :40=<ctrl>W:
  409. tsend "^[[19~"
  410. label=Tab
  411. :41=<tab>:
  412. tsend "^I"
  413. label=Home
  414. :42=<home>:
  415. tsend "^[[5~"
  416. label=End
  417. :43=<end>:
  418. tsend "^[Os"
  419. label=Page Up
  420. :44=<pgup>:
  421. tsend "^[Ow"
  422. label=Page Down
  423. :45=<pgdn>:
  424. tsend "^[Ox"
  425. 3708XTKBD:
  426. label=Backspace
  427. :00=<back>:
  428. tsend "^[D"
  429. label=Back Tab
  430. :01=<shift><tab>:
  431. tsend "^B"
  432. label=Clear
  433. :02=<ctrl>C:
  434. tsend "^C"
  435. label=Cursor Up
  436. :03=<up>:
  437. tsend "^[A"
  438. label=Cursor Down
  439. :04=<down>:
  440. tsend "^[B"
  441. label=Cursor Left
  442. :05=<left>:
  443. tsend "^[D"
  444. label=Cursor Right
  445. :06=<right>:
  446. tsend "^[C"
  447. label=Delete
  448. :07=<del>:
  449. tsend "\377"
  450. label=Enter
  451. :08=<enter>:
  452. tsend "^M"
  453. label=Erase EOF
  454. :09=<ctrl>E:
  455. tsend "^E"
  456. label=Insert
  457. :10=<ins>:
  458. tsend "^[[2~"
  459. label=PA1
  460. :11=<alt>1:
  461. tsend "^[[32~"
  462. label=PA2
  463. :12=<alt>2:
  464. tsend "^[[33~"
  465. label=PA3
  466. :13=<alt>3:
  467. tsend "^[[34~"
  468. label=PF1
  469. :14=<f1>:
  470. tsend "^[q"
  471. label=PF2
  472. :15=<f2>:
  473. tsend "^[r"
  474. label=PF3
  475. :16=<f3>:
  476. tsend "^[s"
  477. label=PF4
  478. :17=<f4>:
  479. tsend "^[t"
  480. label=PF5
  481. :18=<f5>:
  482. tsend "^[u"
  483. label=PF6
  484. :19=<f6>:
  485. tsend "^[v"
  486. label=PF7
  487. :20=<f7>:
  488. tsend "^[w"
  489. label=PF8
  490. :21=<f8>:
  491. tsend "^[x"
  492. label=PF9
  493. :22=<f9>:
  494. tsend "^[y"
  495. label=PF10
  496. :23=<f10>:
  497. tsend "^[P"
  498. label=PF11
  499. :24=<shift><f1>:
  500. tsend "^[Q"
  501. label=PF12
  502. :25=<shift><f2>:
  503. tsend "^[R"
  504. label=PF13
  505. :26=<shift><f3>:
  506. tsend "^[[17~"
  507. label=PF14
  508. :27=<shift><f4>:
  509. tsend "^[[18~"
  510. label=PF15
  511. :28=<shift><f5>:
  512. tsend "^[[19~"
  513. label=PF16
  514. :29=<shift><f6>:
  515. tsend "^[[20~"
  516. label=PF17
  517. :30=<shift><f7>:
  518. tsend "^[[21~"
  519. label=PF18
  520. :31=<shift><f8>:
  521. tsend "^[[23~"
  522. label=PF19
  523. :32=<shift><f9>:
  524. tsend "^[[24~"
  525. label=PF20
  526. :33=<shift><f10>:
  527. tsend "^[[25~"
  528. label=PF21
  529. :34=<alt><f1>:
  530. tsend "^[[26~"
  531. label=PF22
  532. :35=<alt><f2>:
  533. tsend "^[[28~"
  534. label=PF23
  535. :36=<alt><f3>:
  536. tsend "^[[29~"
  537. label=PF24
  538. :37=<alt><f4>:
  539. tsend "^[[31~"
  540. label=Refresh
  541. :38=<alt><f5>:
  542. tsend "^[^[v"
  543. label=Reset
  544. :39=<ctrl>R:
  545. tsend "^R"
  546. label=Status Line
  547. :40=<ctrl>W:
  548. tsend "^W"
  549. label=Tab
  550. :41=<tab>:
  551. tsend "^I"
  552. label=Home
  553. :42=<home>:
  554. tsend "^H"
  555. label=End
  556. :43=<end>:
  557. tsend "^[s"
  558. label=Page Up
  559. :44=<pgup>:
  560. tsend "^[w"
  561. label=Page Down
  562. :45=<pgdn>:
  563. tsend "^[x"
  564. 7171XTKBD:
  565. label=Backspace
  566. :00=<back>:
  567. tsend "^[OD"
  568. label=Back Tab
  569. :01=<shift><tab>:
  570. tsend "^[^I"
  571. label=Clear
  572. :02=<ctrl>C:
  573. tsend "^[OM"
  574. label=Cursor Up
  575. :03=<up>:
  576. tsend "^[OA"
  577. label=Cursor Down
  578. :04=<down>:
  579. tsend "^[OB"
  580. label=Cursor Left
  581. :05=<left>:
  582. tsend "^[OD"
  583. label=Cursor Right
  584. :06=<right>:
  585. tsend "^[OC"
  586. label=Delete
  587. :07=<del>:
  588. tsend "\377"
  589. label=Enter
  590. :08=<enter>:
  591. tsend "^M"
  592. label=Erase EOF
  593. :09=<ctrl>E:
  594. tsend "^[\377"
  595. label=Insert
  596. :10=<ins>:
  597. tsend "^[On"
  598. label=PA1
  599. :11=<alt>1:
  600. tsend "^[,"
  601. label=PA2
  602. :12=<alt>2:
  603. tsend "^[."
  604. label=PA3
  605. :13=<alt>3:
  606. tsend "^[/"
  607. label=PF1
  608. :14=<f1>:
  609. tsend "^[1"
  610. label=PF2
  611. :15=<f2>:
  612. tsend "^[2"
  613. label=PF3
  614. :16=<f3>:
  615. tsend "^[3"
  616. label=PF4
  617. :17=<f4>:
  618. tsend "^[4"
  619. label=PF5
  620. :18=<f5>:
  621. tsend "^[5"
  622. label=PF6
  623. :19=<f6>:
  624. tsend "^[6"
  625. label=PF7
  626. :20=<f7>:
  627. tsend "^[7"
  628. label=PF8
  629. :21=<f8>:
  630. tsend "^[8"
  631. label=PF9
  632. :22=<f9>:
  633. tsend "^[9"
  634. label=PF10
  635. :23=<f10>:
  636. tsend "^[0"
  637. label=PF11
  638. :24=<shift><f1>:
  639. tsend "^[-"
  640. label=PF12
  641. :25=<shift><f2>:
  642. tsend "^[="
  643. label=PF13
  644. :26=<shift><f3>:
  645. tsend "^[!"
  646. label=PF14
  647. :27=<shift><f4>:
  648. tsend "^[@"
  649. label=PF15
  650. :28=<shift><f5>:
  651. tsend "^[#"
  652. label=PF16
  653. :29=<shift><f6>:
  654. tsend "^[$"
  655. label=PF17
  656. :30=<shift><f7>:
  657. tsend "^[%"
  658. label=PF18
  659. :31=<shift><f8>:
  660. tsend "^[\136"
  661. label=PF19
  662. :32=<shift><f9>:
  663. tsend "^[&"
  664. label=PF20
  665. :33=<shift><f10>:
  666. tsend "^[*"
  667. label=PF21
  668. :34=<alt><f1>:
  669. tsend "^[("
  670. label=PF22
  671. :35=<alt><f2>:
  672. tsend "^[)"
  673. label=PF23
  674. :36=<alt><f3>:
  675. tsend "^[["
  676. label=PF24
  677. :37=<alt><f4>:
  678. tsend "^[]"
  679. label=Refresh
  680. :38=<alt><f5>:
  681. tsend "^V"
  682. label=Reset
  683. :39=<ctrl>R:
  684. tsend "^R"
  685. label=Tab
  686. :40=<tab>:
  687. tsend "^I"
  688. label=Home
  689. :41=<home>:
  690. tsend "^H"
  691. label=End
  692. :42=<end>:
  693. tsend "^[3"
  694. label=Page Up
  695. :43=<pgup>:
  696. tsend "^[7"
  697. label=Page Down
  698. :44=<pgdn>:
  699. tsend "^[8"
  700. 3708101KBD:
  701. label=Backspace
  702. :00=<back>:
  703. tsend "^[D"
  704. label=Backtab
  705. :01=<shift><tab>:
  706. tsend "^B"
  707. label=Clear
  708. :02=<ctrl>C:
  709. tsend "^C"
  710. label=Cursor Up
  711. :03=<ext><up>:
  712. :03=<up>:
  713. tsend "^[A"
  714. label=Cursor Down
  715. :04=<ext><down>:
  716. :04=<down>:
  717. tsend "^[B"
  718. label=Cursor Left
  719. :05=<ext><left>:
  720. :05=<left>:
  721. tsend "^[D"
  722. label=Cursor Right
  723. :06=<ext><right>:
  724. :06=<right>:
  725. tsend "^[C"
  726. label=Delete
  727. :07=<ext><del>:
  728. :07=<del>:
  729. tsend "\377"
  730. label=Enter
  731. :08=<enter>:
  732. :08=<keypad><enter>:
  733. tsend "^M"
  734. label=Erase EOF
  735. :09=<ctrl>E:
  736. tsend "^E"
  737. label=Insert
  738. :10=<ext><ins>:
  739. :10=<ins>:
  740. tsend "^[[2~"
  741. label=PA1
  742. :11=<alt>1:
  743. tsend "^[[32~"
  744. label=PA2
  745. :12=<alt>2:
  746. tsend "^[[33~"
  747. label=PA3
  748. :13=<alt>3:
  749. tsend "^[[34~"
  750. label=PF1
  751. :14=<f1>:
  752. tsend "^[q"
  753. label=PF2
  754. :15=<f2>:
  755. tsend "^[r"
  756. label=PF3
  757. :16=<f3>:
  758. tsend "^[s"
  759. label=PF4
  760. :17=<f4>:
  761. tsend "^[t"
  762. label=PF5
  763. :18=<f5>:
  764. tsend "^[u"
  765. label=PF6
  766. :19=<f6>:
  767. tsend "^[v"
  768. label=PF7
  769. :20=<f7>:
  770. tsend "^[w"
  771. label=PF8
  772. :21=<f8>:
  773. tsend "^[x"
  774. label=PF9
  775. :22=<f9>:
  776. tsend "^[y"
  777. label=PF10
  778. :23=<f10>:
  779. tsend "^[P"
  780. label=PF11
  781. :24=<f11>:
  782. tsend "^[Q"
  783. label=PF12
  784. :25=<f12>:
  785. tsend "^[R"
  786. label=PF13
  787. :26=<shift><f1>:
  788. tsend "^[[17~"
  789. label=PF14
  790. :27=<shift><f2>:
  791. tsend "^[[18~"
  792. label=PF15
  793. :28=<shift><f3>:
  794. tsend "^[[19~"
  795. label=PF16
  796. :29=<shift><f4>:
  797. tsend "^[[20~"
  798. label=PF17
  799. :30=<shift><f5>:
  800. tsend "^[[21~"
  801. label=PF18
  802. :31=<shift><f6>:
  803. tsend "^[[23~"
  804. label=PF19
  805. :32=<shift><f7>:
  806. tsend "^[[24~"
  807. label=PF20
  808. :33=<shift><f8>:
  809. tsend "^[[25~"
  810. label=PF21
  811. :34=<shift><f9>:
  812. tsend "^[[26~"
  813. label=PF22
  814. :35=<shift><f10>:
  815. tsend "^[[28~"
  816. label=PF23
  817. :36=<shift><f11>:
  818. tsend "^[[29~"
  819. label=PF24
  820. :37=<shift><f12>:
  821. tsend "^[[31~"
  822. label=Refresh
  823. :38=<alt><f1>:
  824. tsend "^[^[v"
  825. label=Reset
  826. :39=<ctrl>R:
  827. tsend "^R"
  828. label=Status Line
  829. :40=<ctrl>W:
  830. tsend "^W"
  831. label=Tab
  832. :41=<tab>:
  833. tsend "^I"
  834. label=Home
  835. :42=<ext><home>:
  836. :42=<home>:
  837. tsend "^H"
  838. label=End
  839. :43=<ext><end>:
  840. :43=<end>:
  841. tsend "^[s"
  842. label=Page Up
  843. :44=<ext><pgup>:
  844. :44=<pgup>:
  845. tsend "^[w"
  846. label=Page Down
  847. :45=<ext><pgdn>:
  848. :45=<pgdn>:
  849. tsend "^[x"
  850. RENEX101KBD:
  851. label=Backspace
  852. :00=<back>:
  853. tsend "^[^[-l"
  854. label=Back Tab
  855. :01=<shift><tab>:
  856. tsend "^[Om"
  857. label=Clear
  858. :02=<ctrl>C:
  859. tsend "^[^[cs"
  860. label=Cursor Up
  861. :03=<ext><up>:
  862. :03=<up>:
  863. tsend "^[^[-u"
  864. label=Cursor Down
  865. :04=<ext><down>:
  866. :04=<down>:
  867. tsend "^[^[-d"
  868. label=Cursor Left
  869. :05=<ext><left>:
  870. :05=<left>:
  871. tsend "^[^[-l"
  872. label=Cursor Right
  873. :06=<ext><right>:
  874. :06=<right>:
  875. tsend "^[^[-r"
  876. label=Delete
  877. :07=<ext><del>:
  878. :07=<del>:
  879. tsend "^[[3~"
  880. label=Enter
  881. :08=<enter>:
  882. :08=<keypad><enter>:
  883. tsend "^M"
  884. label=Erase EOF
  885. :09=<ctrl>E:
  886. tsend "^[[4~"
  887. label=Insert
  888. :10=<ext><ins>:
  889. :10=<ins>:
  890. tsend "^[[2~"
  891. label=PA1
  892. :11=<alt>1:
  893. tsend "^[^[P1"
  894. label=PA2
  895. :12=<alt>2:
  896. tsend "^[^[P2"
  897. label=PA3
  898. :13=<alt>3:
  899. tsend "^[^[P3"
  900. label=PF1
  901. :14=<f1>:
  902. tsend "^[Oq"
  903. label=PF2
  904. :15=<f2>:
  905. tsend "^[Or"
  906. label=PF3
  907. :16=<f3>:
  908. tsend "^[Os"
  909. label=PF4
  910. :17=<f4>:
  911. tsend "^[Ot"
  912. label=PF5
  913. :18=<f5>:
  914. tsend "^[Ou"
  915. label=PF6
  916. :19=<f6>:
  917. tsend "^[Ov"
  918. label=PF7
  919. :20=<f7>:
  920. tsend "^[Ow"
  921. label=PF8
  922. :21=<f8>:
  923. tsend "^[Ox"
  924. label=PF9
  925. :22=<f9>:
  926. tsend "^[Oy"
  927. label=PF10
  928. :23=<f10>:
  929. tsend "^[Op"
  930. label=PF11
  931. :24=<f11>:
  932. tsend "^[On"
  933. label=PF12
  934. :25=<f12>:
  935. tsend "^[Ol"
  936. label=PF13
  937. :26=<shift><f1>:
  938. tsend "^A1"
  939. label=PF14
  940. :27=<shift><f2>:
  941. tsend "^A2"
  942. label=PF15
  943. :28=<shift><f3>:
  944. tsend "^A3"
  945. label=PF16
  946. :29=<shift><f4>:
  947. tsend "^A4"
  948. label=PF17
  949. :30=<shift><f5>:
  950. tsend "^A5"
  951. label=PF18
  952. :31=<shift><f6>:
  953. tsend "^A6"
  954. label=PF19
  955. :32=<shift><f7>:
  956. tsend "^A7"
  957. label=PF20
  958. :33=<shift><f8>:
  959. tsend "^A8"
  960. label=PF21
  961. :34=<shift><f9>:
  962. tsend "^A9"
  963. label=PF22
  964. :35=<shift><f10>:
  965. tsend "^A0"
  966. label=PF23
  967. :36=<shift><f11>:
  968. tsend "^A-"
  969. label=PF24
  970. :37=<shift><f12>:
  971. tsend "^A="
  972. label=Refresh
  973. :38=<alt><f1>:
  974. tsend "^[[20~"
  975. label=Reset
  976. :39=<ctrl>R:
  977. tsend "^X"
  978. label=Status Line
  979. :40=<ctrl>W:
  980. tsend "^[[19~"
  981. label=Tab
  982. :41=<tab>:
  983. tsend "^I"
  984. label=Home
  985. :42=<ext><home>:
  986. :42=<home>:
  987. tsend "^[[5~"
  988. label=End
  989. :43=<ext><end>:
  990. :43=<end>:
  991. tsend "^[Os"
  992. label=Page Up
  993. :44=<ext><pgup>:
  994. :44=<pgup>:
  995. tsend "^[Ow"
  996. label=Page Down
  997. :45=<ext><pgdn>:
  998. :45=<pgdn>:
  999. tsend "^[Ox"
  1000. RENEXXTKBD:
  1001. label=Backspace
  1002. :00=<back>:
  1003. tsend "^[^[-l"
  1004. label=Back Tab
  1005. :01=<shift><tab>:
  1006. tsend "^[Om"
  1007. label=Clear
  1008. :02=<ctrl>C:
  1009. tsend "^[^[cs"
  1010. label=Cursor Up
  1011. :03=<up>:
  1012. tsend "^[^[-u"
  1013. label=Cursor Down
  1014. :04=<down>:
  1015. tsend "^[^[-d"
  1016. label=Cursor Left
  1017. :05=<left>:
  1018. tsend "^[^[-l"
  1019. label=Cursor Right
  1020. :06=<right>:
  1021. tsend "^[^[-r"
  1022. label=Delete
  1023. :07=<del>:
  1024. tsend "^[[3~"
  1025. label=Enter
  1026. :08=<enter>:
  1027. tsend "^M"
  1028. label=Erase EOF
  1029. :09=<ctrl>E:
  1030. tsend "^[[4~"
  1031. label=Insert
  1032. :10=<ins>:
  1033. tsend "^[[2~"
  1034. label=PA1
  1035. :11=<alt>1:
  1036. tsend "^[^[P1"
  1037. label=PA2
  1038. :12=<alt>2:
  1039. tsend "^[^[P2"
  1040. label=PA3
  1041. :13=<alt>3:
  1042. tsend "^[^[P3"
  1043. label=PF1
  1044. :14=<f1>:
  1045. tsend "^[Oq"
  1046. label=PF2
  1047. :15=<f2>:
  1048. tsend "^[Or"
  1049. label=PF3
  1050. :16=<f3>:
  1051. tsend "^[Os"
  1052. label=PF4
  1053. :17=<f4>:
  1054. tsend "^[Ot"
  1055. label=PF5
  1056. :18=<f5>:
  1057. tsend "^[Ou"
  1058. label=PF6
  1059. :19=<f6>:
  1060. tsend "^[Ov"
  1061. label=PF7
  1062. :20=<f7>:
  1063. tsend "^[Ow"
  1064. label=PF8
  1065. :21=<f8>:
  1066. tsend "^[Ox"
  1067. label=PF9
  1068. :22=<f9>:
  1069. tsend "^[Oy"
  1070. label=PF10
  1071. :23=<f10>:
  1072. tsend "^[Op"
  1073. label=PF11
  1074. :24=<shift><f1>:
  1075. tsend "^[On"
  1076. label=PF12
  1077. :25=<shift><f2>:
  1078. tsend "^[Ol"
  1079. label=PF13
  1080. :26=<shift><f3>:
  1081. tsend "^A1"
  1082. label=PF14
  1083. :27=<shift><f4>:
  1084. tsend "^A2"
  1085. label=PF15
  1086. :28=<shift><f5>:
  1087. tsend "^A3"
  1088. label=PF16
  1089. :29=<shift><f6>:
  1090. tsend "^A4"
  1091. label=PF17
  1092. :30=<shift><f7>:
  1093. tsend "^A5"
  1094. label=PF18
  1095. :31=<shift><f8>:
  1096. tsend "^A6"
  1097. label=PF19
  1098. :32=<shift><f9>:
  1099. tsend "^A7"
  1100. label=PF20
  1101. :33=<shift><f10>:
  1102. tsend "^A8"
  1103. label=PF21
  1104. :34=<alt><f1>:
  1105. tsend "^A9"
  1106. label=PF22
  1107. :35=<alt><f2>:
  1108. tsend "^A0"
  1109. label=PF23
  1110. :36=<alt><f3>:
  1111. tsend "^A-"
  1112. label=PF24
  1113. :37=<alt><f4>:
  1114. tsend "^A="
  1115. label=Refresh
  1116. :38=<alt><f5>:
  1117. tsend "^[[20~"
  1118. label=Reset
  1119. :39=<ctrl>R:
  1120. tsend "^X"
  1121. label=Status Line
  1122. :40=<ctrl>W:
  1123. tsend "^[[19~"
  1124. label=Tab
  1125. :41=<tab>:
  1126. tsend "^I"
  1127. label=Home
  1128. :42=<home>:
  1129. tsend "^[[5~"
  1130. label=End
  1131. :43=<end>:
  1132. tsend "^[Os"
  1133. label=Page Up
  1134. :44=<pgup>:
  1135. tsend "^[Ow"
  1136. label=Page Down
  1137. :45=<pgdn>:
  1138. tsend "^[Ox"
  1139. 7171101KBD:
  1140. label=Backspace
  1141. :00=<back>:
  1142. tsend "^[OD"
  1143. label=Back Tab
  1144. :01=<shift><tab>:
  1145. tsend "^[^I"
  1146. label=Clear
  1147. :02=<ctrl>C:
  1148. tsend "^[OM"
  1149. label=Cursor Up
  1150. :03=<ext><up>:
  1151. :03=<up>:
  1152. tsend "^[OA"
  1153. label=Cursor Down
  1154. :04=<ext><down>:
  1155. :04=<down>:
  1156. tsend "^[OB"
  1157. label=Cursor Left
  1158. :05=<ext><left>:
  1159. :05=<left>:
  1160. tsend "^[OD"
  1161. label=Cursor Right
  1162. :06=<ext><right>:
  1163. :06=<right>:
  1164. tsend "^[OC"
  1165. label=Delete
  1166. :07=<ext><del>:
  1167. :07=<del>:
  1168. tsend "\377"
  1169. label=Enter
  1170. :08=<enter>:
  1171. :08=<keypad><enter>:
  1172. tsend "^M"
  1173. label=Erase EOF
  1174. :09=<ctrl>E:
  1175. tsend "^[\377"
  1176. label=Insert
  1177. :10=<ext><ins>:
  1178. :10=<ins>:
  1179. tsend "^[On"
  1180. label=PA1
  1181. :11=<alt>1:
  1182. tsend "^[,"
  1183. label=PA2
  1184. :12=<alt>2:
  1185. tsend "^[."
  1186. label=PA3
  1187. :13=<alt>3:
  1188. tsend "^[/"
  1189. label=PF1
  1190. :14=<f1>:
  1191. tsend "^[1"
  1192. label=PF2
  1193. :15=<f2>:
  1194. tsend "^[2"
  1195. label=PF3
  1196. :16=<f3>:
  1197. tsend "^[3"
  1198. label=PF4
  1199. :17=<f4>:
  1200. tsend "^[4"
  1201. label=PF5
  1202. :18=<f5>:
  1203. tsend "^[5"
  1204. label=PF6
  1205. :19=<f6>:
  1206. tsend "^[6"
  1207. label=PF7
  1208. :20=<f7>:
  1209. tsend "^[7"
  1210. label=PF8
  1211. :21=<f8>:
  1212. tsend "^[8"
  1213. label=PF9
  1214. :22=<f9>:
  1215. tsend "^[9"
  1216. label=PF10
  1217. :23=<f10>:
  1218. tsend "^[0"
  1219. label=PF11
  1220. :24=<f11>:
  1221. tsend "^[-"
  1222. label=PF12
  1223. :25=<f12>:
  1224. tsend "^[="
  1225. label=PF13
  1226. :26=<shift><f1>:
  1227. tsend "^[!"
  1228. label=PF14
  1229. :27=<shift><f2>:
  1230. tsend "^[@"
  1231. label=PF15
  1232. :28=<shift><f3>:
  1233. tsend "^[#"
  1234. label=PF16
  1235. :29=<shift><f4>:
  1236. tsend "^[$"
  1237. label=PF17
  1238. :30=<shift><f5>:
  1239. tsend "^[%"
  1240. label=PF18
  1241. :31=<shift><f6>:
  1242. tsend "^[\136"
  1243. label=PF19
  1244. :32=<shift><f7>:
  1245. tsend "^[&"
  1246. label=PF20
  1247. :33=<shift><f8>:
  1248. tsend "^[*"
  1249. label=PF21
  1250. :34=<shift><f9>:
  1251. tsend "^[("
  1252. label=PF22
  1253. :35=<shift><f10>:
  1254. tsend "^[)"
  1255. label=PF23
  1256. :36=<shift><f11>:
  1257. tsend "^[["
  1258. label=PF24
  1259. :37=<shift><f12>:
  1260. tsend "^[]"
  1261. label=Refresh
  1262. :38=<alt><f1>:
  1263. tsend "^V"
  1264. label=Reset
  1265. :39=<ctrl>R:
  1266. tsend "^R"
  1267. label=Tab
  1268. :40=<tab>:
  1269. tsend "^I"
  1270. label=Home
  1271. :41=<ext><home>:
  1272. :41=<home>:
  1273. tsend "^H"
  1274. label=End
  1275. :42=<ext><end>:
  1276. :42=<end>:
  1277. tsend "^[3"
  1278. label=Page Up
  1279. :43=<ext><pgup>:
  1280. :43=<pgup>:
  1281. tsend "^[7"
  1282. label=Page Down
  1283. :44=<ext><pgdn>:
  1284. :44=<pgdn>:
  1285. tsend "^[8"
  1286.