Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!zaphod.mps.ohio-state.edu!usc!rutgers!texbell!uudell!mustang!jrh From: jrh@mustang.dell.com (James R. Howard) Newsgroups: comp.unix.i386 Subject: Re: Xterm character translation Keywords: xterm translation Message-ID: <3240@uudell.dell.com> Date: 22 Mar 90 22:07:38 GMT References: <290@hitachi.uucp> Sender: news@uudell.dell.com Reply-To: jrh@mustang.dell.com (James R. Howard) Distribution: na Organization: Dell Computer Corp. Lines: 30 In article <290@hitachi.uucp>, jon@hitachi.uucp (Jon Ryshpan) writes: > > Has anyone succeeded in getting (user) Key Translations to work on > xterm under Interactive 386/ix X-Windows Version 1.1? I've typed in > the example on p15 of the xterm man page, namely: > > [ rest deleted ] Yes, try the following: !########### ! Xterm ! xterm*ttyModes: erase ^h xterm*scrollBar: true xterm*termName: vt100 ! make the keypad F1-F4 work like vt100 PF1-PF4 xterm*VT100.Translations: #override F1: string("OP") \n \ F2: string("OQ") \n \ F3: string("OR") \n \ F4: string("OS") \n \ F5: string("OT") \n \ F6: string("OU") \n \ F7: string("OV") \n \ F8: string("OW") \n \ F9: string("OX") \n \ F10: string("OY") \n ! The ^[ should must be a real escape, not just ^ followed by [