Xref: utzoo comp.windows.x:31129 comp.windows.x.motif:1556 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!gvlf3.gvl.unisys.com!gvlv2!tredysvr!paul From: paul@tredysvr.Tredydev.Unisys.COM (Paul Siu) Newsgroups: comp.windows.x,comp.windows.x.motif Subject: Can't Override Translation Keywords: Action Procedure, Translation, Override Message-ID: <1113@tredysvr.Tredydev.Unisys.COM> Date: 3 Jan 91 20:50:55 GMT Followup-To: comp.windows.x Organization: Unisys Corporation, Tredyffrin, PA Lines: 16 I am trying to customize a widget using the translation table. A number of keys refused to be change though. Let's say I want the F2 key to set off the button "btn", I can add this to my application resource file. *btn.translations: #override\n\ F2: ArmAndActivate()\n\ This works fine for the key "F2". When I press F2, the button is armed, and activated. When I try to use "F1" or "Delete", or "BackSpace", it doesn't work. Why? I am running Motif 1.1, under X11R4. I thank you for any response. Paul Siu paul@tredysvr.tredydev.unisys.com