Functions | |
int | XklStartListen (void) |
int | XklStopListen (void) |
int | XklPauseListen (void) |
int | XklResumeListen (void) |
Bool | XklGrabKey (int key, unsigned modifiers) |
Bool | XklUngrabKey (int key, unsigned modifiers) |
int | XklFilterEvents (XEvent *evt) |
void | XklAllowOneSwitchToSecondaryGroup (void) |
|
Allows to switch (once) to the secondary group |
|
Processes X events. Should be included into the main event cycle of an application. One of the most important functions.
|
|
Grabs some key
|
|
Temporary pauses listening for XKB-related events
|
|
Resumes listening for XKB-related events
|
|
Starts listening for XKB-related events
|
|
Stops listening for XKB-related events
|
|
Ungrabs some key
|