Path: utzoo!attcan!uunet!cs.utexas.edu!usc!apple!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Ultrix3.0/X11 key mappings - how? Message-ID: <8906292003.AA02414@LYRE.MIT.EDU> Date: 29 Jun 89 20:03:00 GMT References: <2097@ccncsu.ColoState.EDU> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 15 > I would like to remap my keyboard so shift-comma/period produces the old > brackets. This was simple under X10, but now it looks like I must > have an Xdefault entry like: I'm inclined to agree with the other responses that in this particular case you want to tell the server about your new key legends so that all clients see it. However, just in case you really do want to do it in only one xterm (and so I can push Xt one more time :-), here's a correct version of what you posted: XTerm*VT100.translations: #override \n\ Shiftcomma: string("<") \n\ Shiftperiod: string(">")