Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

>>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
| Lars> Key events are not coalesced (or have you dont something I have
| Lars> not noticed?) without my patch. Sure my patch also does not do
| Lars> it, but it could... Note that pruning is only done if the screen
| Lars> update cannot keep up with the incomming keyevents. So as such
| Lars> we could make the keyevent timer auto adjusting.)
>
| Did you take a look at setKeyCompression?
| http://doc.trolltech.com/3.3/qwidget.html#setKeyCompression

No. This might be exactly what we need...

Almost that is...

We want it since it can give us "automatic coalecing" of key events,
but setKeyCompression does not seem to handle pruning of auto-repeat
events. (which you would need for nice behavior wrt key-release and
stopping immediately when you do this.)

-- 
        Lgb

Reply via email to