[comp.sys.amiga] Key-repeat bug in DeadKeyConvert

dillon@CORY.BERKELEY.EDU (Matt Dillon) (12/03/87)

	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