Path: utzoo!attcan!uunet!cs.utexas.edu!sun-barr!apple!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Remapping keys in xterm Message-ID: <8905171404.AA08299@THANATOS.MIT.EDU> Date: 17 May 89 14:04:22 GMT References: Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 12 Date: 16 May 89 23:57:28 GMT From: opus!mleisher@lanl.gov (Mark Leisher) I want to remap -; and -' to emit something other than a ; or ' in a non-X program running in an xterm window. Is this unreasonable? Nope, not at all. Try this: % xterm -xrm '*VT100.translations:#override Ctrlsemicolon:string(" hi") \n\ Ctrlquoteright:string(" there")'