Path: utzoo!attcan!uunet!mcsun!unido!pcsbst!me From: me@dude.pcs.com (Michael Elbel) Newsgroups: comp.windows.x Subject: Translation Problem Message-ID: Date: 8 Jun 90 11:57:11 GMT Sender: news@pcsbst.pcs.com Distribution: comp Organization: PCS Computer Systems, GmbH Lines: 30 I have the following translation table: foo.Translations: \n\ Meta_L,a,b: special-action()\n\ : default-action() I'd expect the default-action to trigger every time I hit a key except for the sequence 'Meta_L, a, b', where the special-action should be called. However, the default-action does not get called when I hit 'a' or 'b' without a leading 'Meta_L'. I have to change the translation table to: foo.Translations: \n\ Meta_L,a,b: special-action()\n\ a: default-action()\n\ b: default-action()\n\ : default-action() to get the desired result. Is this a problem or am I misinterpreting the Intrinsics document if I expect to have the less specific translation called on events that are subparts of the more specific one? Michael -- Michael (X) Elbel | No, I haven't lost my mind, I just me@dude.PCS.COM | forgot it in the rush this morning