Path: utzoo!utgpu!watserv1!watmath!att!rutgers!ucsd!ucbvax!osf.org!al From: al@osf.org (Alastair Gourlay) Newsgroups: comp.windows.x.motif Subject: XmText typing problems Message-ID: <9009182153.AA28411@osf.osf.org> Date: 18 Sep 90 21:53:57 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 18 In the 1.1 Text and TextField widgets, Shift-space is bound to a selection action. This can cause problems when typing text, given that many people keep the Shift key down while typing the spaces between words. If this bothers you, it is possible to turn off the binding by adding the following lines to your .Xdefaults file: *XmText.translations: #override Shift ~Ctrl ~Meta ~Alt space: self-insert() *XmTextField.translations: #override Shift ~Ctrl ~Meta ~Alt space: self-insert() The action bound to Shift-space (key-select) is also available via Shift-osfSelect (whatever you have it defined as.) Alastair Gourlay.