Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!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: Xt translation bindings Message-ID: <8911111511.AA22412@LYRE.MIT.EDU> Date: 11 Nov 89 15:10:58 GMT References: <6540@b11.ingr.com> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 11 > How do I apply this once the client is running, i.e., how do I interpret > this description? Read Appendix B of "X Toolkit Intrinsics - C Language Bindings". The simplest interpretation is the correct one; e.g. "CtrlC: exit()" means 'call the "exit" function (really "action") when a key containing a keysym of C in its keyboard mapping is pressed simultaneously with the key setting the control modifier bit'. ":N: next() name()" means 'call the "next" function followed by the "name" function when a key is pressed whose keycode maps to the keysym C using precisely the Shift and Lock modifier state as specified in the event'.