home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / comm / TELMT2-1.LZH / ANSI.PAD < prev    next >
Text File  |  1989-12-22  |  194b  |  14 lines

  1. up     ="^[[A"
  2. down   ="^[[B"
  3. right  ="^[[C"
  4. left   ="^[[D"
  5. home   ="^[[H"
  6. end    ="^[[K"
  7. c-pgdn ="^C"
  8. c-pgup ="^R"
  9. c-left ="^A"
  10. c-right="^F"
  11. insert ="^V"
  12. delete ="^G"
  13. backsp ="^H"
  14.