I'm trying to emulate an att4410 terminal using xterm. I can easily do this using the console by creating my own keymap, but have yet to do this in X. The trouble of course is that I won't have access to a console all the time! The sequences I need to send are shown below (from the modified keymap):
string F1 = "\033OP"
string F2 = "\033OQ"
string F3 = "\033OR"
string F5 = "\033OT"
string F6 = "\033Or"
string F7 = "\033OV"
string F8 = "\033OW"
I tried modifying .Xdefaults using the following:
*att4410.Translations: #override <Key>F1: string("\033OP"
\n<Key>F2: string("\033OQ"
\n<Key>F3: string("\033OR"
\n<Key>F5: string("\033OT"
\n<Key>F6: string("\033Or"
\n<Key>F7: string("\033OV"
\n<key>F8: string("\033OW"
\n
but that doesn't work. Any help is greatly appreciated.
P.S. - on your system it may be listed as any combination of 4410-w, att4410 or you may only have 4425 or any combo of that, which all use the same keys
Oh, and Merry Xmas
string F1 = "\033OP"
string F2 = "\033OQ"
string F3 = "\033OR"
string F5 = "\033OT"
string F6 = "\033Or"
string F7 = "\033OV"
string F8 = "\033OW"
I tried modifying .Xdefaults using the following:
*att4410.Translations: #override <Key>F1: string("\033OP"
but that doesn't work. Any help is greatly appreciated.
P.S. - on your system it may be listed as any combination of 4410-w, att4410 or you may only have 4425 or any combo of that, which all use the same keys
Oh, and Merry Xmas