XAutoRepeatOn() XAutoRepeatOn()
Name
XAutoRepeatOn - turn on the keyboard auto-repeat keys.
Synopsis
XAutoRepeatOn(display)
Display *display;
Arguments
display Specifies a connection to an X server; returned from XOpenDisplay().
Description
XAutoRepeatOn() sets the keyboard to auto-repeat; that is, holding any non-modal key down will result in multiple KeyPress and KeyRelease
event pairs with the same keycode member. Keys such as Shift Lock will still not repeat.
See Also
XAutoRepeatOff(), XBell(), XChangeKeyboardControl(), XGetDefault(), XGetKeyboardControl(), XGetPointerControl().
Xlib - User Preferences XAutoRepeatOn()