Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!bacchus.pa.dec.com!shlump.nac.dec.com!mountn.dec.com!minow From: minow@mountn.dec.com (Martin Minow) Newsgroups: comp.sys.mac.programmer Subject: Re: Masking Modified Characters Message-ID: <1859@mountn.dec.com> Date: 17 Aug 90 18:14:21 GMT References: <3903@husc6.harvard.edu> <1990Aug16.152714.18081@ux1.cso.uiuc.edu> Reply-To: minow@bolt.enet.dec.com (Martin Minow) Organization: Digital Equipment Corporation Lines: 15 In article jackiw@cs.swarthmore.edu (Nick Jackiw) writes: >Steve's method [get the keycode from the event and call KeyTrans on >the code with the optionKey modifier masked out] is the sanctioned one (cf. >TechNote#263), but assumes >that the proper keycode is stored in the low-byte of KeyTrans' return. I think the reason I didn't use this method is that I needed to handle the dead-keys (option-E, for example) as any other key -- this was for a terminal emulator that did Dec LK201 "compose" properly. Can Steve's method let me type Option-E/Shift-6 (E-circumflex in Dec Compose mode)? Martin. minow@bolt.enet.dec.com