discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [NSEvent isARepeat]


From: Richard Frith-Macdonald
Subject: Re: [NSEvent isARepeat]
Date: Fri, 28 Apr 2006 08:49:36 +0100


On 28 Apr 2006, at 10:23, Stephane Goujet wrote:

Hello,

I seem to have a problem with keyboard repeating. I never get a positive
answer from [NSEvent isARepeat].

A quick look at the backend source code reveals (back/Source/x11/ XGServerEvent.m) the line ...

isARepeat: NO /* isARepeat can't be supported with X */

So the X11 backends always set it to 'NO'

I have no idea whether the comment is really accurate ... but I guess the issue to look at is if/how you can determine whether a keypress is a repeat in X, and if it can be determined you need to provide a patch to do it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]