Peter Kümmel <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Peter Kümmel <[EMAIL PROTECTED]> writes: | > | > | > If you go aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab | > | > then the b, might be dropped. I have not tested. | > | > | > | > But sure, quite a few aaaa will be dropped. (which is just what we | > | > want if we are too slow to get them in.) | > | > | > | | > | What if you have a slow system but you type with your 12 ;) | > | fingers at a rate of 20 types per second. Then it is not a problem | > | to type as sentence and then to wait a bit until all gets in. | > | | > | Or happens the dropping only to auto repeated keys? | > | > Only auto-repeated keys. | | OK, if you are really sure only auto-repeated keys will be dropped, | I think your patch should go into RC1.
Yes, quite sure + if (e->isAutoRepeat()) { + ... + } -- Lgb