Andre Poenitz wrote: > On Thu, May 17, 2007 at 12:57:29PM +0200, Peter Kümmel wrote: >>> I would feel more comfortable is this were restricted to scrolling, >>> but I take it you extensively tested it with 'usual typing' >> Currently all generated events are dropped which couldn't become >> visible immediately. But could you image a scenario where this is >> a problem? > > People might type very quickly. Typing 200 characters/minutes without > mistake is not unheard of (even if it's surely not my league...), I > guess they would be annoyed if a keystroke get eaten because they typed > 'too fast'. > > Andre' >
I also realized this while working on this bug. So I dropped my first patches and now use isAutoRepeated in the committed patch, by this a keystroke produced by a user will never get lost. All typed keystrokes are in the event queue even when the user types with 10000 key/sec. Peter