Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!husc6!bbn!uwmcsd1!ig!jade!ucbvax!CORY.BERKELEY.EDU!dillon
From: dillon@CORY.BERKELEY.EDU (Matt Dillon)
Newsgroups: comp.sys.amiga
Subject: Key-repeat bug in DeadKeyConvert()
Message-ID: <8712031837.AA00548@cory.Berkeley.EDU>
Date: Thu, 3-Dec-87 13:37:28 EST
Article-I.D.: cory.8712031837.AA00548
Posted: Thu Dec  3 13:37:28 1987
Date-Received: Mon, 7-Dec-87 04:49:08 EST
Sender: daemon@ucbvax.BERKELEY.EDU
Lines: 11


	There is a key-repeat bug in DeadKeyConvert()... probably in
the RawKeyConvert() console.device call.  When I get a RAW intuition event
for the RETURN key with the IEQUALFIER_REPEAT bit on, I get a 0 length
returned from DeadKeyConvert().  The first RETURN RAW event... the one without 
the qualifier returns length=1 and buffer=0x0D as it should.  Other keys
seem to repeat ok.

	This is on a normal Amiga1000 running 1.2 with the default keymap.

				-Matt