NAME
XAutoRepeatOff — turn off the keyboard auto-repeat keys.
SYNOPSIS
XAutoRepeatOff(display) Display ∗display;
ARGUMENTS
displaySpecifies a connection to an X server; returned from XOpenDisplay().
DESCRIPTION
XAutoRepeatOff() turns off auto-repeat for the keyboard. It sets the keyboard so that holding any non-modal key down will not result in multiple events.
SEE ALSO
XAutoRepeatOn(), XBell(), XChangeKeyboardControl(), XGetDefault(), XGetKeyboardControl(), XGetPointerControl().
Xlib Reference Manual