Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Specifying return in trans-table? Message-ID: <8906151730.AA19197@LYRE.MIT.EDU> Date: 15 Jun 89 17:30:40 GMT References: <8906132006.AA28377@ATHENA.MIT.EDU> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 12 > "Return: newline() " > > How come when I do it it doesn't work? If you have an X11R3 implementation of Xt then it should; if you have an earlier implementation then it won't. Caution: even with an R3 implementation, if you mis-spell the keysym name you won't get told about it. If your implementation is pre-R3, you can achieve the desired effect by specifying the hexadecimal encoding of the keysym; e.g. in the case of XK_Return, specify 0xFF0D as the detail field.