Path: utzoo!mnetor!uunet!husc6!rutgers!ames!oliveb!amiga!kodiak From: kodiak@amiga.UUCP (Robert R. Burns) Newsgroups: comp.sys.amiga Subject: Re: DEADKEYS Message-ID: <1976@amiga.amiga.UUCP> Date: 28 Dec 87 20:39:33 GMT References: <8712272146.AA27035@cory.Berkeley.EDU> Reply-To: kodiak@amiga.UUCP (Robert R. Burns) Organization: Commodore-Amiga Inc., 16795 Lark Ave. Suite 106, Los Gatos CA 95030 Lines: 14 In article <8712272146.AA27035@cory.Berkeley.EDU> dillon@CORY.BERKELEY.EDU (Matt Dillon) writes: > * NOTE: For some reason DeadKeyConvert()/RawKeyConvert() seem to get > * confused about the REPEAT flag, therefore the flag bit should be > * cleared from the qualifier set before calling this function. I suggest that the proper way to phrase this is that RawKeyConvert uses the REPEAT flag of the input event. If the input event represents a repeat of a key, and the keymap specifies that the key is not, in fact, repeatable, then the resulting conversion is (correctly) of zero length. You may, of course, know that you want the conversion anyway and force REPEAT to zero. If RawKeyConvert is, in fact, confused, I'd like to know more about it. - Bob