Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
Helge Hafting wrote:

We agree then. Scrolling is certainly hard to use/useless, although
the performance is fine.  I rol through the guide at great speed,
but can't stop.

As nobody is seeing this except you (at least nobody has replied to my request). I think it is probably related to your Qt and/or KDE settings for "auto repeat" keypress. I guess too many keyPressEvent() are generated on your system.

Please try to verify that (and try my patch too if it makes any difference).

Could you also apply this patch and tell me if the number in the console keep increasing after you've released the PageDown key?
Tried it - pressed page down, held it, released it. No numbers in the console.
Waited for the scrolling to stop - tapped pagedown again, got a
lot of numbers.

To me, it looks like the c/c++ library buffered output, so it was impossible
to tell what happened to the numbers after I released pagedown.
The numbers all appeared in one go much later, and looked like this:
1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44

Helge Hafting

Reply via email to