XkbChangeMap



XkbChangeMap

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURN VALUES
STRUCTURES
DIAGNOSTICS

NAME

XkbChangeMap − Update only partial components of a keyboard description, modify the appropriate fields in the server and map components of a local copy of the keyboard description

SYNOPSIS

Bool XkbChangeMap

(Display *dpy, XkbDescPtr xkb, XkbMapChangesPtr

changes);

ARGUMENTS

− dpy

connection to X server

− xkb

description from which new values are taken

− changes

identifies component parts to update

DESCRIPTION

To update only partial components of a keyboard description, modify the appropriate fields in the server and map components of a local copy of the keyboard description, then call XkbChangeMap with an XkbMapChangesRec structure indicating which components have changed.

XkbChangeMap copies any components specified by the changes structure from the keyboard description, xkb, to the X server specified by dpy.

If any components specified by changes are not present in the xkb parameter, XkbChangeMap returns False. Otherwise, it sends a request to the server and returns True.

XkbChangeMap can generate BadAlloc, BadLength, and BadValue protocol errors.

RETURN VALUES

True

The XkbChangeMap function returns True if the components specified by changes are present in the xkb parameter.

False

The XkbChangeMap function returns False if the components specified by changes are not present in the xkb parameter.

STRUCTURES

Use the XkbMapChangesRec structure to identify and track partial modifications to the mapping components and to reduce the amount of traffic between the server and clients.

typedef struct _XkbMapChanges {
unsigned short changed; /∗ identifies valid components in
structure */
KeyCode min_key_code; /∗ lowest numbered keycode for device
*/
KeyCode max_key_code; /∗ highest numbered keycode for device
*/
unsigned char first_type; /∗ index of first key type modified */
unsigned char num_types; /∗ # types modified */
KeyCode first_key_sym; /∗ first key whose key_sym_map changed
*/
unsigned char num_key_syms; /∗ # key_sym_map entries changed */
KeyCode first_key_act; /∗ first key whose key_acts entry
changed */
unsigned char num_key_acts; /∗ # key_acts entries changed */
KeyCode first_key_behavior; /∗ first key whose behaviors changed */
unsigned char num_key_behaviors; /∗ # behaviors entries changed */
KeyCode first_key_explicit; /∗ first key whose explicit entry
changed */
unsigned char num_key_explicit; /∗ # explicit entries changed */
KeyCode first_modmap_key; /∗ first key whose modmap entry changed
*/
unsigned char num_modmap_keys; /∗ # modmap entries changed */
KeyCode first_vmodmap_key; /∗ first key whose vmodmap changed */
unsigned char num_vmodmap_keys; /∗ # vmodmap entries changed */
unsigned char pad1; /∗ reserved */
unsigned short vmods; /∗ mask indicating which vmods changed
*/
} XkbMapChangesRec,*XkbMapChangesPtr;

DIAGNOSTICS

BadAlloc

Unable to allocate storage

BadLength

The length of a request is shorter or longer than that required to minimally contain the arguments

BadValue

An argument is out of range






Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.