[plt-scheme] Auto Repeat Keyboard Event
At Fri, 11 Apr 2003 18:31:03 +0200, "Djos" wrote:
> Anyone has any ideas how I can disable Auto-repeat keyboard event with Dr
> Scheme 203 ?
There's not currently a way to disable auto-repeat events, or even to
detect the difference between a plain key-press event and an
auto-key-press event. That's probably something we can support in the
futurem (but it doesn't help you much now).
Depending on the platform, you might be able to detect an auto-key
event as a press event that follows a press event (as opposed to a
release event). But key release events are not currently generated
under OS X.
Matthew