autorepeat Questions

6

Solved

If you press and hold a key in X11 while AutoRepeat is enabled, you continuously receive KeyPress and KeyRelease events. I know that AutoRepeat can be disabled using the function XAutoRepeatOff(), ...
Verbalize asked 20/1, 2010 at 10:34

10

(Edited for clarity) I want to detect when a user presses and releases a key in Java Swing, ignoring the keyboard auto repeat feature. I also would like a pure Java approach the works on Linux, Ma...
Ovarian asked 21/9, 2009 at 21:48

3

Solved

I want to be able to intercept (and do arbitrary processing on) auto-repeating key presses on Windows. I'd like to know how keyboard auto-repeat is implemented so that I know what options I have. i...
Relentless asked 18/5, 2009 at 9:23
1

© 2022 - 2024 — McMap. All rights reserved.