[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.
- [NSEvent isARepeat], Stephane Goujet, 2006/04/28
- Re: [NSEvent isARepeat],
Richard Frith-Macdonald <=
- Re: [NSEvent isARepeat], Stephane Goujet, 2006/04/28
- Re: [NSEvent isARepeat], Richard Frith-Macdonald, 2006/04/28
- Re: [NSEvent isARepeat], Stephane Goujet, 2006/04/28
- Re: [NSEvent isARepeat], Stephane Goujet, 2006/04/28
- Re: [NSEvent isARepeat], Fred Kiefer, 2006/04/29
- Re: [NSEvent isARepeat], Adam Fedor, 2006/04/29
Re: [NSEvent isARepeat], Chris Vetter, 2006/04/28