XkbGetStickyKeysOptions
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURN VALUES
STRUCTURES
NAME
XkbGetStickyKeysOptions − Queries the current StickyKeys attributes for a keyboard device
SYNOPSIS
Bool XkbGetStickyKeysOptions |
(Display *display, unsigned int |
device_spec, unsigned int *options_rtrn);
ARGUMENTS
− display
connection to X server
− device_spec
device ID, or XkbUseCoreKbd
− options_rtrn
backfilled with StickyKeys option mask
DESCRIPTION
The StickyKeys control has two options that can be accessed via the ax_options of an XkbControlsRec structure. The first option, TwoKeys, specifies whether StickyKeys should automatically turn off when two keys are pressed at the same time. This feature is useful for shared computers so people who do not want them do not need to turn StickyKeys off if a previous user left StickyKeys on. The second option, LatchToLock, specifies whether or not StickyKeys locks a modifier when pressed twice in a row.
XkbGetStickyKeysOptions requests the attributes of the StickyKeys control from the server, waits for a reply, and backfills options_rtrn with a mask indicating whether the individual StickyKeys options are on or off. Valid bits in options_rtrn are:
XkbAX_TwoKeysMask
XkbAX_LatchToLockMask
XkbGetStickyKeysOptions returns True if successful; if a compatible version of the Xkb extension is not available in the server XkbGetStickyKeysOptions returns False.
RETURN VALUES
True |
The XkbGetStickyKeysOptions function returns True if the request for the attributes of the StickyKeys control from the server was successful. | ||
False |
The XkbGetStickyKeysOptions function returns False if a compatible version of the Xkb extension is not available in the server. |
STRUCTURES
The XkbControlsRec structure is defined as follows:
#define
XkbMaxLegalKeyCode 255
#define XkbPerKeyBitArraySize ((XkbMaxLegalKeyCode+1)/8)
typedef struct
{
unsigned char mk_dflt_btn; /∗ default button for
keyboard driven mouse */
unsigned char num_groups; /∗ number of keyboard
groups */
unsigned char groups_wrap; /∗ how to wrap
out-of-bounds groups */
XkbModsRec internal; /∗ defines server internal
modifiers */
XkbModsRec ignore_lock; /∗ modifiers to ignore when
checking for grab */
unsigned int enabled_ctrls; /∗ 1 bit =>
corresponding boolean control enabled */
unsigned short repeat_delay; /∗ ms delay until first
repeat */
unsigned short repeat_interval; /∗ ms delay between
repeats */
unsigned short slow_keys_delay; /∗ ms minimum time
key must be down to be ok */
unsigned short debounce_delay; /∗ ms delay before key
reactivated */
unsigned short mk_delay; /∗ ms delay to second mouse
motion event */
unsigned short mk_interval; /∗ ms delay between
repeat mouse events */
unsigned short mk_time_to_max; /∗ # intervals until
constant mouse move */
unsigned short mk_max_speed; /∗ multiplier for
maximum mouse speed */
short mk_curve; /∗ determines mouse move curve type
*/
unsigned short ax_options; /∗ 1 bit => Access X
option enabled */
unsigned short ax_timeout; /∗ seconds until Access X
disabled */
unsigned short axt_opts_mask; /∗ 1 bit => options
to reset on Access X timeout */
unsigned short axt_opts_values; /∗ 1 bit => turn
option on, 0=> off */
unsigned int axt_ctrls_mask; /∗ which bits in
enabled_ctrls to modify */
unsigned int axt_ctrls_values; /∗ values for new bits
in enabled_ctrls */
unsigned char per_key_repeat[XkbPerKeyBitArraySize];
/∗ per key auto repeat */
} XkbControlsRec, *XkbControlsPtr;
More Linux Commands
manpages/glutSolidTeapot.3.html
glutSolidTeapot(3) - render a solid or wireframe teapot resp
glutSolidTeapot and glutWireTeapot render a solid or wireframe teapot respectively. Both surface normals and texture coordinates for the teapot are generated. T
manpages/autrace.8.html
autrace(8) a program similar to strace - Linux manual page
autrace is a program that will add the audit rules to trace a process similar to strace. It will then execute the program passing arguments to it. The resulting
manpages/iswalnum.3.html
iswalnum(3) - test for alphanumeric wide character (ManPage)
The iswalnum() function is the wide-character equivalent of the isalnum(3) function. It tests whether wc is a wide character belonging to the wide-character cla
manpages/polkit-default-privs.5.html
polkit-default-privs(5) - default privilege settings........
The files /etc/polkit-default-privs.* are line based and space delimited. Lines starting with # are comments. The first column lists the privilege names The sec
manpages/fsck.minix.8.html
fsck.minix(8) - check consistency of Minix filesystem.......
fsck.minix performs a consistency check for the Linux MINIX filesystem. The current version supports the 14 character and 30 character filename options. The pro
manpages/intel_reg_dumper.1.html
intel_reg_dumper(1) - Decode a bunch of Intel GPU registers
intel_reg_dumper is a tool to read and decode the values of many Intel GPU registers. It is commonly used in debugging video mode setting issues. If the file ar
manpages/system-config-printer.1.html
system-config-printer(1) configure a CUPS server (Man Page)
system-config-printer configures a CUPS server. It uses the CUPS API (bound to Python with pycups) to do this. The communication with the server is performed us
manpages/tca_correct.1.html
tca_correct(1) - Calculate transverse chromatic aberration
Generates fulla command-line parameters for correction of transverse chromatic aberration ( TCA ) from sample photos. Ideal sample photos would have a lot of co
manpages/floor.3.html
floor(3) - largest integral value not greater than argument
These functions return the largest integral value that is not greater than x. For example, floor(0.5) is 0.0, and floor(-0.5) is -1.0. RETURN VALUE These functi
manpages/ldap_bind_s.3.html
ldap_bind_s(3) - LDAP bind routines - Linux manual page.....
These routines provide various interfaces to the LDAP bind operation. After an association with an LDAP server is made using ldap_init(3), an LDAP bind operatio
manpages/pkg_create.n.html
pkg_create(n) Construct an appropriate package ifneeded comm
::pkg::create is a utility procedure that is part of the standard Tcl library. It is used to create an appropriate package ifneeded command for a given package
manpages/SDL_JoystickGetHat.3.html
SDL_JoystickGetHat(3) - Get the current state of a joystick
SDL_JoystickGetHat returns the current state of the given hat on the given joystick. RETURN VALUE The current state is returned as a Uint8 which is defined as a
