|
Hi,
Is there a way to by pass the delay you get when checking for key-press-events? For example when I hold the 'A' key down, the callback displays a message, there's a brief pause and then the message is repeated as a stream. I'd like the stream of text without the pause after the first initial callback.
I know this is standard feature of the OS, but I need to find a way of stopping it from happening. I've used gtk_key_snooper too, but the delay still occurs. Any ideas?
I'm using Gtk+ 2.4 on Windows7
Thanks 6
|