Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Wed, Jan 17, 2001 at 04:01:42PM +0100, Lars Gullik Bjønnes wrote:
| > | I'm going to change the threshold to 25 (and also in the 1.1.6 branch).
| >
| > then you open up for "still moving cursor after I released the key",
| > justto get arrowkey cursor
On Wed, Jan 17, 2001 at 04:01:42PM +0100, Lars Gullik Bj&resh;nnes wrote:
> | I'm going to change the threshold to 25 (and also in the 1.1.6 branch).
>
> then you open up for "still moving cursor after I released the key",
> justto get arrowkey cursor movement faster.
I don't see such a problem
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Tue, Jan 16, 2001 at 09:21:05PM +0200, Dekel Tsur wrote:
| >
| > My keyboard autorepeat rate is 30 repeats/s, namely a 33.3msec between events,
| > so the code above purges half of the keyboard event.
| > Changing the threshold to 33 fixes the problem.
On Tue, Jan 16, 2001 at 09:21:05PM +0200, Dekel Tsur wrote:
>
> My keyboard autorepeat rate is 30 repeats/s, namely a 33.3msec between events,
> so the code above purges half of the keyboard event.
> Changing the threshold to 33 fixes the problem.
> I suggest using a lower value (20-25?) so it wi
On Tue, Jan 16, 2001 at 07:10:05PM +0100, Lars Gullik Bj&resh;nnes wrote:
> Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> | I've just notices that in 1.1.6, when holding down the right key (for example)
> | the cursor moves slowly compared to 1.1.5. Since the cpu usage when doing
> | the above is sm
Dekel Tsur <[EMAIL PROTECTED]> writes:
| I've just notices that in 1.1.6, when holding down the right key (for example)
| the cursor moves slowly compared to 1.1.5. Since the cpu usage when doing
| the above is small (~ 5%), I think that the problem is related to the
| keyboard reading. Looking a
I've just notices that in 1.1.6, when holding down the right key (for example)
the cursor moves slowly compared to 1.1.5. Since the cpu usage when doing
the above is small (~ 5%), I think that the problem is related to the
keyboard reading. Looking at the Changelog, I see that Lars changed the
key