Path: utzoo!censor!geac!jtsv16!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: Changing case in a Motif Text Widget? Message-ID: <8911081543.AA18529@LYRE.MIT.EDU> Date: 8 Nov 89 15:42:57 GMT References: Organization: DEC/MIT Project Athena Lines: 11 > Dbx shows that this function does indeed get called and it does the > translation. However, the Text widget still shows untranslated > keystrokes. What am I doing wrong? Probably nothing. I can't speak authoritatively for Motif, but I suspect that they're doing the same thing that the R3 Xaw Text widget does; i.e. re-interpreting the XEvent in the action proc using straight Xlib functions. In R3 there was no support for a client of Xt discovering the resulting KeySym that the Xt translation manager produced when it called an action proc. This addition is a part of the R4 proposed changes.