Yes. See below an example how to map WP keyboard.
.. Jorma
Below is an example from pc-wp -- ultrix wp using vt320.
^ = press ALT (and keep it pressed) 94 and release ALT
~ = press ALT (and keep it pressed) 126
<ESC> = ^3 or ^[ = press CTRL+3
CSI = <ESC>[ = ^3[
You can find CSI sequences or example from vt320 programmers guide.
WPTERM51=VT220 (in ultrix wp setup)
Pc-WP new-box Ultrix-WP Command
------------------------------------------------------------
F1 ^3[18~ F7 Cancel
F2 ^3[19~ F8 Search
F3 ^3[20~ F9 help
F4 ^3[21~ F10 Indent
F5 ^3[23~ F11 files
F6 ^3[24~ F12 bold
F7 ^3[25~ F13 End
F8 ^3[26~ F14 Underline
F9 ^3[31~ F17 Field end
F10 ^3[32~ F18 Save
s/F1 ^3OP^3[18~ PF1+F7 SETUP
s/F2 ^3OP^3[19~ PF1+F8 SEARCH
s/F3 ^3OP^3[20~ PF1+F9 CHANGE
s/F4 ^3OP^3[21~ PF1+F10
s/F5 ^3OP^3[23~ PF1+F11 DATE
s/F6 ^3OP^3[24~ PF1+F12 CENTER
s/F7 ^3OP^3[25~ PF1+F13 PRINT
s/F8 ^3OP^3[26~ PF1+F14 INDENT
s/F9 ^3OP^3[31~ PF1+F17 COMBINE
s/F10 ^3OP^3[32~ PF1+F18 SEARCH
a/F1 ^3OR^3[18~ PF3+F7 Thesaurus
a/F2 ^3OR^3[19~ PF3+F8 Search/replace
a/F3 ^3OR^3[20~ PF3+F9 Show functions
a/F4 ^3OR^3[21~ PF3+F10 Area
a/F5 ^3OR^3[23~ PF3+F11 Mark
a/F6 ^3OR^3[24~ PF3+F12 Right
a/F7 ^3OR^3[25~ PF3+F13 Calc
a/F8 ^3OR^3[26~ PF3+F14 Style
a/F9 ^3OR^3[31~ PF3+F17 Graphics
a/F10 ^3OR^3[32~ PF3+F18 Execute Macro
s=shift a=alt
|