home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-09-13 | 17.4 KB | 1,286 lines |
- #INDEX
- >3708ATKB00000242 000012
- >7171ATKB00002148 000151
- >RENEXATK00003977 000287
- >3708XTKB00005897 000426
- >7171XTKB00007804 000565
- >3708101K00009633 000701
- >RENEX10100011736 000851
- >RENEXXTK00013853 001001
- >7171101K00015773 001140
- 3708ATKBD:
- label=Backspace
- :00=<back>:
- tsend "^[D"
- label=BackTab
- :01=<shift><tab>:
- tsend "^B"
- label=Clear
- :02=<ctrl>C:
- tsend "^C"
- label=Cursor Up
- :03=<up>:
- tsend "^[A"
- label=Cursor Down
- :04=<down>:
- tsend "^[B"
- label=Cursor Left
- :05=<left>:
- tsend "^[D"
- label=Cursor Right
- :06=<right>:
- tsend "^[C"
- label=Delete
- :07=<del>:
- tsend "\377"
- label=Enter
- :08=<enter>:
- tsend "^M"
- label=Erase EOF
- :09=<ctrl>E:
- tsend "^E"
- label=Insert
- :10=<ins>:
- tsend "^[[2~"
- label=PA1
- :11=<alt>1:
- tsend "^[[32~"
- label=PA2
- :12=<alt>2:
- tsend "^[[33~"
- label=PA3
- :13=<alt>3:
- tsend "^[[34~"
- label=PF1
- :14=<f1>:
- tsend "^[q"
- label=PF2
- :15=<f2>:
- tsend "^[r"
- label=PF3
- :16=<f3>:
- tsend "^[s"
- label=PF4
- :17=<f4>:
- tsend "^[t"
- label=PF5
- :18=<f5>:
- tsend "^[u"
- label=PF6
- :19=<f6>:
- tsend "^[v"
- label=PF7
- :20=<f7>:
- tsend "^[w"
- label=PF8
- :21=<f8>:
- tsend "^[x"
- label=PF9
- :22=<f9>:
- tsend "^[y"
- label=PF10
- :23=<f10>:
- tsend "^[P"
- label=PF11
- :24=<shift><f1>:
- tsend "^[Q"
- label=PF12
- :25=<shift><f2>:
- tsend "^[R"
- label=PF13
- :26=<shift><f3>:
- tsend "^[[17~"
- label=PF14
- :27=<shift><f4>:
- tsend "^[[18~"
- label=PF15
- :28=<shift><f5>:
- tsend "^[[19~"
- label=PF16
- :29=<shift><f6>:
- tsend "^[[20~"
- label=PF17
- :30=<shift><f7>:
- tsend "^[[21~"
- label=PF18
- :31=<shift><f8>:
- tsend "^[[23~"
- label=PF19
- :32=<shift><f9>:
- tsend "^[[24~"
- label=PF20
- :33=<shift><f10>:
- tsend "^[[25~"
- label=PF21
- :34=<alt><f1>:
- tsend "^[[26~"
- label=PF22
- :35=<alt><f2>:
- tsend "^[[28~"
- label=PF23
- :36=<alt><f3>:
- tsend "^[[29~"
- label=PF24
- :37=<alt><f4>:
- tsend "^[[31~"
- label=Refresh
- :38=<alt><f5>:
- tsend "^[^[v"
- label=Reset
- :39=<ctrl>R:
- tsend "^R"
- label=Status Line
- :40=<ctrl>W:
- tsend "^W"
- label=Tab
- :41=<tab>:
- tsend "^I"
- label=Home
- :42=<home>:
- tsend "^H"
- label=End
- :43=<end>:
- tsend "^[s"
- label=Page Up
- :44=<pgup>:
- tsend "^[w"
- label=Page Down
- :45=<pgdn>:
- tsend "^[x"
- 7171ATKBD:
- label=Backspace
- :00=<back>:
- tsend "^[OD"
- label=Back Tab
- :01=<shift><tab>:
- tsend "^[^I"
- label=Clear
- :02=<ctrl>C:
- tsend "^[OM"
- label=Cursor Up
- :03=<up>:
- tsend "^[OA"
- label=Cursor Down
- :04=<down>:
- tsend "^[OB"
- label=Cursor Left
- :05=<left>:
- tsend "^[OD"
- label=Cursor Right
- :06=<right>:
- tsend "^[OC"
- label=Delete
- :07=<del>:
- tsend "\377"
- label=Enter
- :08=<enter>:
- tsend "^M"
- label=Erase EOF
- :09=<ctrl>E:
- tsend "^[\377"
- label=Insert
- :10=<ins>:
- tsend "^[On"
- label=PA1
- :11=<alt>1:
- tsend "^[,"
- label=PA2
- :12=<alt>2:
- tsend "^[."
- label=PA3
- :13=<alt>3:
- tsend "^[/"
- label=PF1
- :14=<f1>:
- tsend "^[1"
- label=PF2
- :15=<f2>:
- tsend "^[2"
- label=PF3
- :16=<f3>:
- tsend "^[3"
- label=PF4
- :17=<f4>:
- tsend "^[4"
- label=PF5
- :18=<f5>:
- tsend "^[5"
- label=PF6
- :19=<f6>:
- tsend "^[6"
- label=PF7
- :20=<f7>:
- tsend "^[7"
- label=PF8
- :21=<f8>:
- tsend "^[8"
- label=PF9
- :22=<f9>:
- tsend "^[9"
- label=PF10
- :23=<f10>:
- tsend "^[0"
- label=PF11
- :24=<shift><f1>:
- tsend "^[-"
- label=PF12
- :25=<shift><f2>:
- tsend "^[="
- label=PF13
- :26=<shift><f3>:
- tsend "^[!"
- label=PF14
- :27=<shift><f4>:
- tsend "^[@"
- label=PF15
- :28=<shift><f5>:
- tsend "^[#"
- label=PF16
- :29=<shift><f6>:
- tsend "^[$"
- label=PF17
- :30=<shift><f7>:
- tsend "^[%"
- label=PF18
- :31=<shift><f8>:
- tsend "^[\136"
- label=PF19
- :32=<shift><f9>:
- tsend "^[&"
- label=PF20
- :33=<shift><f10>:
- tsend "^[*"
- label=PF21
- :34=<alt><f1>:
- tsend "^[("
- label=PF22
- :35=<alt><f2>:
- tsend "^[)"
- label=PF23
- :36=<alt><f3>:
- tsend "^[["
- label=PF24
- :37=<alt><f4>:
- tsend "^[]"
- label=Refresh
- :38=<alt><f5>:
- tsend "^V"
- label=Reset
- :39=<ctrl>R:
- tsend "^R"
- label=Tab
- :40=<tab>:
- tsend "^I"
- label=Home
- :41=<home>:
- tsend "^H"
- label=End
- :42=<end>:
- tsend "^[3"
- label=Page Up
- :43=<pgup>:
- tsend "^[7"
- label=Page Down
- :44=<pgdn>:
- tsend "^[8"
- RENEXATKBD:
- label=Backspace
- :00=<back>:
- tsend "^[^[-l"
- label=Back Tab
- :01=<shift><tab>:
- tsend "^[Om"
- label=Clear
- :02=<ctrl>C:
- tsend "^[^[cs"
- label=Cursor Up
- :03=<up>:
- tsend "^[^[-u"
- label=Cursor Down
- :04=<down>:
- tsend "^[^[-d"
- label=Cursor Left
- :05=<left>:
- tsend "^[^[-l"
- label=Cursor Right
- :06=<right>:
- tsend "^[^[-r"
- label=Delete
- :07=<del>:
- tsend "^[[3~"
- label=Enter
- :08=<enter>:
- tsend "^M"
- label=Erase EOF
- :09=<ctrl>E:
- tsend "^[[4~"
- label=Insert
- :10=<ins>:
- tsend "^[[2~"
- label=PA1
- :11=<alt>1:
- tsend "^[^[P1"
- label=PA2
- :12=<alt>2:
- tsend "^[^[P2"
- label=PA3
- :13=<alt>3:
- tsend "^[^[P3"
- label=PF1
- :14=<f1>:
- tsend "^[Oq"
- label=PF2
- :15=<f2>:
- tsend "^[Or"
- label=PF3
- :16=<f3>:
- tsend "^[Os"
- label=PF4
- :17=<f4>:
- tsend "^[Ot"
- label=PF5
- :18=<f5>:
- tsend "^[Ou"
- label=PF6
- :19=<f6>:
- tsend "^[Ov"
- label=PF7
- :20=<f7>:
- tsend "^[Ow"
- label=PF8
- :21=<f8>:
- tsend "^[Ox"
- label=PF9
- :22=<f9>:
- tsend "^[Oy"
- label=PF10
- :23=<f10>:
- tsend "^[Op"
- label=PF11
- :24=<shift><f1>:
- tsend "^[On"
- label=PF12
- :25=<shift><f2>:
- tsend "^[Ol"
- label=PF13
- :26=<shift><f3>:
- tsend "^A1"
- label=PF14
- :27=<shift><f4>:
- tsend "^A2"
- label=PF15
- :28=<shift><f5>:
- tsend "^A3"
- label=PF16
- :29=<shift><f6>:
- tsend "^A4"
- label=PF17
- :30=<shift><f7>:
- tsend "^A5"
- label=PF18
- :31=<shift><f8>:
- tsend "^A6"
- label=PF19
- :32=<shift><f9>:
- tsend "^A7"
- label=PF20
- :33=<shift><f10>:
- tsend "^A8"
- label=PF21
- :34=<alt><f1>:
- tsend "^A9"
- label=PF22
- :35=<alt><f2>:
- tsend "^A0"
- label=PF23
- :36=<alt><f3>:
- tsend "^A-"
- label=PF24
- :37=<alt><f4>:
- tsend "^A="
- label=Refresh
- :38=<alt><f5>:
- tsend "^[[20~"
- label=Reset
- :39=<ctrl>R:
- tsend "^X"
- label=Status Line
- :40=<ctrl>W:
- tsend "^[[19~"
- label=Tab
- :41=<tab>:
- tsend "^I"
- label=Home
- :42=<home>:
- tsend "^[[5~"
- label=End
- :43=<end>:
- tsend "^[Os"
- label=Page Up
- :44=<pgup>:
- tsend "^[Ow"
- label=Page Down
- :45=<pgdn>:
- tsend "^[Ox"
- 3708XTKBD:
- label=Backspace
- :00=<back>:
- tsend "^[D"
- label=Back Tab
- :01=<shift><tab>:
- tsend "^B"
- label=Clear
- :02=<ctrl>C:
- tsend "^C"
- label=Cursor Up
- :03=<up>:
- tsend "^[A"
- label=Cursor Down
- :04=<down>:
- tsend "^[B"
- label=Cursor Left
- :05=<left>:
- tsend "^[D"
- label=Cursor Right
- :06=<right>:
- tsend "^[C"
- label=Delete
- :07=<del>:
- tsend "\377"
- label=Enter
- :08=<enter>:
- tsend "^M"
- label=Erase EOF
- :09=<ctrl>E:
- tsend "^E"
- label=Insert
- :10=<ins>:
- tsend "^[[2~"
- label=PA1
- :11=<alt>1:
- tsend "^[[32~"
- label=PA2
- :12=<alt>2:
- tsend "^[[33~"
- label=PA3
- :13=<alt>3:
- tsend "^[[34~"
- label=PF1
- :14=<f1>:
- tsend "^[q"
- label=PF2
- :15=<f2>:
- tsend "^[r"
- label=PF3
- :16=<f3>:
- tsend "^[s"
- label=PF4
- :17=<f4>:
- tsend "^[t"
- label=PF5
- :18=<f5>:
- tsend "^[u"
- label=PF6
- :19=<f6>:
- tsend "^[v"
- label=PF7
- :20=<f7>:
- tsend "^[w"
- label=PF8
- :21=<f8>:
- tsend "^[x"
- label=PF9
- :22=<f9>:
- tsend "^[y"
- label=PF10
- :23=<f10>:
- tsend "^[P"
- label=PF11
- :24=<shift><f1>:
- tsend "^[Q"
- label=PF12
- :25=<shift><f2>:
- tsend "^[R"
- label=PF13
- :26=<shift><f3>:
- tsend "^[[17~"
- label=PF14
- :27=<shift><f4>:
- tsend "^[[18~"
- label=PF15
- :28=<shift><f5>:
- tsend "^[[19~"
- label=PF16
- :29=<shift><f6>:
- tsend "^[[20~"
- label=PF17
- :30=<shift><f7>:
- tsend "^[[21~"
- label=PF18
- :31=<shift><f8>:
- tsend "^[[23~"
- label=PF19
- :32=<shift><f9>:
- tsend "^[[24~"
- label=PF20
- :33=<shift><f10>:
- tsend "^[[25~"
- label=PF21
- :34=<alt><f1>:
- tsend "^[[26~"
- label=PF22
- :35=<alt><f2>:
- tsend "^[[28~"
- label=PF23
- :36=<alt><f3>:
- tsend "^[[29~"
- label=PF24
- :37=<alt><f4>:
- tsend "^[[31~"
- label=Refresh
- :38=<alt><f5>:
- tsend "^[^[v"
- label=Reset
- :39=<ctrl>R:
- tsend "^R"
- label=Status Line
- :40=<ctrl>W:
- tsend "^W"
- label=Tab
- :41=<tab>:
- tsend "^I"
- label=Home
- :42=<home>:
- tsend "^H"
- label=End
- :43=<end>:
- tsend "^[s"
- label=Page Up
- :44=<pgup>:
- tsend "^[w"
- label=Page Down
- :45=<pgdn>:
- tsend "^[x"
- 7171XTKBD:
- label=Backspace
- :00=<back>:
- tsend "^[OD"
- label=Back Tab
- :01=<shift><tab>:
- tsend "^[^I"
- label=Clear
- :02=<ctrl>C:
- tsend "^[OM"
- label=Cursor Up
- :03=<up>:
- tsend "^[OA"
- label=Cursor Down
- :04=<down>:
- tsend "^[OB"
- label=Cursor Left
- :05=<left>:
- tsend "^[OD"
- label=Cursor Right
- :06=<right>:
- tsend "^[OC"
- label=Delete
- :07=<del>:
- tsend "\377"
- label=Enter
- :08=<enter>:
- tsend "^M"
- label=Erase EOF
- :09=<ctrl>E:
- tsend "^[\377"
- label=Insert
- :10=<ins>:
- tsend "^[On"
- label=PA1
- :11=<alt>1:
- tsend "^[,"
- label=PA2
- :12=<alt>2:
- tsend "^[."
- label=PA3
- :13=<alt>3:
- tsend "^[/"
- label=PF1
- :14=<f1>:
- tsend "^[1"
- label=PF2
- :15=<f2>:
- tsend "^[2"
- label=PF3
- :16=<f3>:
- tsend "^[3"
- label=PF4
- :17=<f4>:
- tsend "^[4"
- label=PF5
- :18=<f5>:
- tsend "^[5"
- label=PF6
- :19=<f6>:
- tsend "^[6"
- label=PF7
- :20=<f7>:
- tsend "^[7"
- label=PF8
- :21=<f8>:
- tsend "^[8"
- label=PF9
- :22=<f9>:
- tsend "^[9"
- label=PF10
- :23=<f10>:
- tsend "^[0"
- label=PF11
- :24=<shift><f1>:
- tsend "^[-"
- label=PF12
- :25=<shift><f2>:
- tsend "^[="
- label=PF13
- :26=<shift><f3>:
- tsend "^[!"
- label=PF14
- :27=<shift><f4>:
- tsend "^[@"
- label=PF15
- :28=<shift><f5>:
- tsend "^[#"
- label=PF16
- :29=<shift><f6>:
- tsend "^[$"
- label=PF17
- :30=<shift><f7>:
- tsend "^[%"
- label=PF18
- :31=<shift><f8>:
- tsend "^[\136"
- label=PF19
- :32=<shift><f9>:
- tsend "^[&"
- label=PF20
- :33=<shift><f10>:
- tsend "^[*"
- label=PF21
- :34=<alt><f1>:
- tsend "^[("
- label=PF22
- :35=<alt><f2>:
- tsend "^[)"
- label=PF23
- :36=<alt><f3>:
- tsend "^[["
- label=PF24
- :37=<alt><f4>:
- tsend "^[]"
- label=Refresh
- :38=<alt><f5>:
- tsend "^V"
- label=Reset
- :39=<ctrl>R:
- tsend "^R"
- label=Tab
- :40=<tab>:
- tsend "^I"
- label=Home
- :41=<home>:
- tsend "^H"
- label=End
- :42=<end>:
- tsend "^[3"
- label=Page Up
- :43=<pgup>:
- tsend "^[7"
- label=Page Down
- :44=<pgdn>:
- tsend "^[8"
- 3708101KBD:
- label=Backspace
- :00=<back>:
- tsend "^[D"
- label=Backtab
- :01=<shift><tab>:
- tsend "^B"
- label=Clear
- :02=<ctrl>C:
- tsend "^C"
- label=Cursor Up
- :03=<ext><up>:
- :03=<up>:
- tsend "^[A"
- label=Cursor Down
- :04=<ext><down>:
- :04=<down>:
- tsend "^[B"
- label=Cursor Left
- :05=<ext><left>:
- :05=<left>:
- tsend "^[D"
- label=Cursor Right
- :06=<ext><right>:
- :06=<right>:
- tsend "^[C"
- label=Delete
- :07=<ext><del>:
- :07=<del>:
- tsend "\377"
- label=Enter
- :08=<enter>:
- :08=<keypad><enter>:
- tsend "^M"
- label=Erase EOF
- :09=<ctrl>E:
- tsend "^E"
- label=Insert
- :10=<ext><ins>:
- :10=<ins>:
- tsend "^[[2~"
- label=PA1
- :11=<alt>1:
- tsend "^[[32~"
- label=PA2
- :12=<alt>2:
- tsend "^[[33~"
- label=PA3
- :13=<alt>3:
- tsend "^[[34~"
- label=PF1
- :14=<f1>:
- tsend "^[q"
- label=PF2
- :15=<f2>:
- tsend "^[r"
- label=PF3
- :16=<f3>:
- tsend "^[s"
- label=PF4
- :17=<f4>:
- tsend "^[t"
- label=PF5
- :18=<f5>:
- tsend "^[u"
- label=PF6
- :19=<f6>:
- tsend "^[v"
- label=PF7
- :20=<f7>:
- tsend "^[w"
- label=PF8
- :21=<f8>:
- tsend "^[x"
- label=PF9
- :22=<f9>:
- tsend "^[y"
- label=PF10
- :23=<f10>:
- tsend "^[P"
- label=PF11
- :24=<f11>:
- tsend "^[Q"
- label=PF12
- :25=<f12>:
- tsend "^[R"
- label=PF13
- :26=<shift><f1>:
- tsend "^[[17~"
- label=PF14
- :27=<shift><f2>:
- tsend "^[[18~"
- label=PF15
- :28=<shift><f3>:
- tsend "^[[19~"
- label=PF16
- :29=<shift><f4>:
- tsend "^[[20~"
- label=PF17
- :30=<shift><f5>:
- tsend "^[[21~"
- label=PF18
- :31=<shift><f6>:
- tsend "^[[23~"
- label=PF19
- :32=<shift><f7>:
- tsend "^[[24~"
- label=PF20
- :33=<shift><f8>:
- tsend "^[[25~"
- label=PF21
- :34=<shift><f9>:
- tsend "^[[26~"
- label=PF22
- :35=<shift><f10>:
- tsend "^[[28~"
- label=PF23
- :36=<shift><f11>:
- tsend "^[[29~"
- label=PF24
- :37=<shift><f12>:
- tsend "^[[31~"
- label=Refresh
- :38=<alt><f1>:
- tsend "^[^[v"
- label=Reset
- :39=<ctrl>R:
- tsend "^R"
- label=Status Line
- :40=<ctrl>W:
- tsend "^W"
- label=Tab
- :41=<tab>:
- tsend "^I"
- label=Home
- :42=<ext><home>:
- :42=<home>:
- tsend "^H"
- label=End
- :43=<ext><end>:
- :43=<end>:
- tsend "^[s"
- label=Page Up
- :44=<ext><pgup>:
- :44=<pgup>:
- tsend "^[w"
- label=Page Down
- :45=<ext><pgdn>:
- :45=<pgdn>:
- tsend "^[x"
- RENEX101KBD:
- label=Backspace
- :00=<back>:
- tsend "^[^[-l"
- label=Back Tab
- :01=<shift><tab>:
- tsend "^[Om"
- label=Clear
- :02=<ctrl>C:
- tsend "^[^[cs"
- label=Cursor Up
- :03=<ext><up>:
- :03=<up>:
- tsend "^[^[-u"
- label=Cursor Down
- :04=<ext><down>:
- :04=<down>:
- tsend "^[^[-d"
- label=Cursor Left
- :05=<ext><left>:
- :05=<left>:
- tsend "^[^[-l"
- label=Cursor Right
- :06=<ext><right>:
- :06=<right>:
- tsend "^[^[-r"
- label=Delete
- :07=<ext><del>:
- :07=<del>:
- tsend "^[[3~"
- label=Enter
- :08=<enter>:
- :08=<keypad><enter>:
- tsend "^M"
- label=Erase EOF
- :09=<ctrl>E:
- tsend "^[[4~"
- label=Insert
- :10=<ext><ins>:
- :10=<ins>:
- tsend "^[[2~"
- label=PA1
- :11=<alt>1:
- tsend "^[^[P1"
- label=PA2
- :12=<alt>2:
- tsend "^[^[P2"
- label=PA3
- :13=<alt>3:
- tsend "^[^[P3"
- label=PF1
- :14=<f1>:
- tsend "^[Oq"
- label=PF2
- :15=<f2>:
- tsend "^[Or"
- label=PF3
- :16=<f3>:
- tsend "^[Os"
- label=PF4
- :17=<f4>:
- tsend "^[Ot"
- label=PF5
- :18=<f5>:
- tsend "^[Ou"
- label=PF6
- :19=<f6>:
- tsend "^[Ov"
- label=PF7
- :20=<f7>:
- tsend "^[Ow"
- label=PF8
- :21=<f8>:
- tsend "^[Ox"
- label=PF9
- :22=<f9>:
- tsend "^[Oy"
- label=PF10
- :23=<f10>:
- tsend "^[Op"
- label=PF11
- :24=<f11>:
- tsend "^[On"
- label=PF12
- :25=<f12>:
- tsend "^[Ol"
- label=PF13
- :26=<shift><f1>:
- tsend "^A1"
- label=PF14
- :27=<shift><f2>:
- tsend "^A2"
- label=PF15
- :28=<shift><f3>:
- tsend "^A3"
- label=PF16
- :29=<shift><f4>:
- tsend "^A4"
- label=PF17
- :30=<shift><f5>:
- tsend "^A5"
- label=PF18
- :31=<shift><f6>:
- tsend "^A6"
- label=PF19
- :32=<shift><f7>:
- tsend "^A7"
- label=PF20
- :33=<shift><f8>:
- tsend "^A8"
- label=PF21
- :34=<shift><f9>:
- tsend "^A9"
- label=PF22
- :35=<shift><f10>:
- tsend "^A0"
- label=PF23
- :36=<shift><f11>:
- tsend "^A-"
- label=PF24
- :37=<shift><f12>:
- tsend "^A="
- label=Refresh
- :38=<alt><f1>:
- tsend "^[[20~"
- label=Reset
- :39=<ctrl>R:
- tsend "^X"
- label=Status Line
- :40=<ctrl>W:
- tsend "^[[19~"
- label=Tab
- :41=<tab>:
- tsend "^I"
- label=Home
- :42=<ext><home>:
- :42=<home>:
- tsend "^[[5~"
- label=End
- :43=<ext><end>:
- :43=<end>:
- tsend "^[Os"
- label=Page Up
- :44=<ext><pgup>:
- :44=<pgup>:
- tsend "^[Ow"
- label=Page Down
- :45=<ext><pgdn>:
- :45=<pgdn>:
- tsend "^[Ox"
- RENEXXTKBD:
- label=Backspace
- :00=<back>:
- tsend "^[^[-l"
- label=Back Tab
- :01=<shift><tab>:
- tsend "^[Om"
- label=Clear
- :02=<ctrl>C:
- tsend "^[^[cs"
- label=Cursor Up
- :03=<up>:
- tsend "^[^[-u"
- label=Cursor Down
- :04=<down>:
- tsend "^[^[-d"
- label=Cursor Left
- :05=<left>:
- tsend "^[^[-l"
- label=Cursor Right
- :06=<right>:
- tsend "^[^[-r"
- label=Delete
- :07=<del>:
- tsend "^[[3~"
- label=Enter
- :08=<enter>:
- tsend "^M"
- label=Erase EOF
- :09=<ctrl>E:
- tsend "^[[4~"
- label=Insert
- :10=<ins>:
- tsend "^[[2~"
- label=PA1
- :11=<alt>1:
- tsend "^[^[P1"
- label=PA2
- :12=<alt>2:
- tsend "^[^[P2"
- label=PA3
- :13=<alt>3:
- tsend "^[^[P3"
- label=PF1
- :14=<f1>:
- tsend "^[Oq"
- label=PF2
- :15=<f2>:
- tsend "^[Or"
- label=PF3
- :16=<f3>:
- tsend "^[Os"
- label=PF4
- :17=<f4>:
- tsend "^[Ot"
- label=PF5
- :18=<f5>:
- tsend "^[Ou"
- label=PF6
- :19=<f6>:
- tsend "^[Ov"
- label=PF7
- :20=<f7>:
- tsend "^[Ow"
- label=PF8
- :21=<f8>:
- tsend "^[Ox"
- label=PF9
- :22=<f9>:
- tsend "^[Oy"
- label=PF10
- :23=<f10>:
- tsend "^[Op"
- label=PF11
- :24=<shift><f1>:
- tsend "^[On"
- label=PF12
- :25=<shift><f2>:
- tsend "^[Ol"
- label=PF13
- :26=<shift><f3>:
- tsend "^A1"
- label=PF14
- :27=<shift><f4>:
- tsend "^A2"
- label=PF15
- :28=<shift><f5>:
- tsend "^A3"
- label=PF16
- :29=<shift><f6>:
- tsend "^A4"
- label=PF17
- :30=<shift><f7>:
- tsend "^A5"
- label=PF18
- :31=<shift><f8>:
- tsend "^A6"
- label=PF19
- :32=<shift><f9>:
- tsend "^A7"
- label=PF20
- :33=<shift><f10>:
- tsend "^A8"
- label=PF21
- :34=<alt><f1>:
- tsend "^A9"
- label=PF22
- :35=<alt><f2>:
- tsend "^A0"
- label=PF23
- :36=<alt><f3>:
- tsend "^A-"
- label=PF24
- :37=<alt><f4>:
- tsend "^A="
- label=Refresh
- :38=<alt><f5>:
- tsend "^[[20~"
- label=Reset
- :39=<ctrl>R:
- tsend "^X"
- label=Status Line
- :40=<ctrl>W:
- tsend "^[[19~"
- label=Tab
- :41=<tab>:
- tsend "^I"
- label=Home
- :42=<home>:
- tsend "^[[5~"
- label=End
- :43=<end>:
- tsend "^[Os"
- label=Page Up
- :44=<pgup>:
- tsend "^[Ow"
- label=Page Down
- :45=<pgdn>:
- tsend "^[Ox"
- 7171101KBD:
- label=Backspace
- :00=<back>:
- tsend "^[OD"
- label=Back Tab
- :01=<shift><tab>:
- tsend "^[^I"
- label=Clear
- :02=<ctrl>C:
- tsend "^[OM"
- label=Cursor Up
- :03=<ext><up>:
- :03=<up>:
- tsend "^[OA"
- label=Cursor Down
- :04=<ext><down>:
- :04=<down>:
- tsend "^[OB"
- label=Cursor Left
- :05=<ext><left>:
- :05=<left>:
- tsend "^[OD"
- label=Cursor Right
- :06=<ext><right>:
- :06=<right>:
- tsend "^[OC"
- label=Delete
- :07=<ext><del>:
- :07=<del>:
- tsend "\377"
- label=Enter
- :08=<enter>:
- :08=<keypad><enter>:
- tsend "^M"
- label=Erase EOF
- :09=<ctrl>E:
- tsend "^[\377"
- label=Insert
- :10=<ext><ins>:
- :10=<ins>:
- tsend "^[On"
- label=PA1
- :11=<alt>1:
- tsend "^[,"
- label=PA2
- :12=<alt>2:
- tsend "^[."
- label=PA3
- :13=<alt>3:
- tsend "^[/"
- label=PF1
- :14=<f1>:
- tsend "^[1"
- label=PF2
- :15=<f2>:
- tsend "^[2"
- label=PF3
- :16=<f3>:
- tsend "^[3"
- label=PF4
- :17=<f4>:
- tsend "^[4"
- label=PF5
- :18=<f5>:
- tsend "^[5"
- label=PF6
- :19=<f6>:
- tsend "^[6"
- label=PF7
- :20=<f7>:
- tsend "^[7"
- label=PF8
- :21=<f8>:
- tsend "^[8"
- label=PF9
- :22=<f9>:
- tsend "^[9"
- label=PF10
- :23=<f10>:
- tsend "^[0"
- label=PF11
- :24=<f11>:
- tsend "^[-"
- label=PF12
- :25=<f12>:
- tsend "^[="
- label=PF13
- :26=<shift><f1>:
- tsend "^[!"
- label=PF14
- :27=<shift><f2>:
- tsend "^[@"
- label=PF15
- :28=<shift><f3>:
- tsend "^[#"
- label=PF16
- :29=<shift><f4>:
- tsend "^[$"
- label=PF17
- :30=<shift><f5>:
- tsend "^[%"
- label=PF18
- :31=<shift><f6>:
- tsend "^[\136"
- label=PF19
- :32=<shift><f7>:
- tsend "^[&"
- label=PF20
- :33=<shift><f8>:
- tsend "^[*"
- label=PF21
- :34=<shift><f9>:
- tsend "^[("
- label=PF22
- :35=<shift><f10>:
- tsend "^[)"
- label=PF23
- :36=<shift><f11>:
- tsend "^[["
- label=PF24
- :37=<shift><f12>:
- tsend "^[]"
- label=Refresh
- :38=<alt><f1>:
- tsend "^V"
- label=Reset
- :39=<ctrl>R:
- tsend "^R"
- label=Tab
- :40=<tab>:
- tsend "^I"
- label=Home
- :41=<ext><home>:
- :41=<home>:
- tsend "^H"
- label=End
- :42=<ext><end>:
- :42=<end>:
- tsend "^[3"
- label=Page Up
- :43=<ext><pgup>:
- :43=<pgup>:
- tsend "^[7"
- label=Page Down
- :44=<ext><pgdn>:
- :44=<pgdn>:
- tsend "^[8"
-