XkbChangeIndicators(3)


NAME

   XkbChangeIndicators  -  Changes indicator maps or state without passing
   the entire keyboard description

SYNOPSIS

   Bool    XkbChangeIndicators    (Display    *dpy,    XkbDescPtr     xkb,
          XkbIndicatorChangesPtr changes, unsigned int state);

ARGUMENTS

   - dpy  connection to the X server

   - xkb  keyboard description from which names are to be taken.

   - changes
          indicators to be updated on the server

   - state
          new state of indicators listed in changes->state_changes

DESCRIPTION

   The   XkbIndicatorChangesRec  identifies  small  modifications  to  the
   indicator map.  Use it with the function XkbChangeIndicators to  reduce
   the amount of traffic sent to the server (see STRUCTURES).

   The  state_changes  field  is a mask that specifies the indicators that
   have changed state, and  map_changes  is  a  mask  that  specifies  the
   indicators whose maps have changed.

   XkbChangeIndicators  copies  any  maps  specified  by  changes from the
   keyboard description, xkb, to the server specified by dpy.  If any bits
   are set in the state_changes field of changes, XkbChangeIndicators also
   sets the state of those indicators to the values specified in the state
   mask.  A  1  bit in state turns the corresponding indicator on, a 0 bit
   turns it off.

   In  addition,  it  can  also   generate   XkbIndicatorStateNotify   and
   XkbIndicatorMapNotify events.

   Whenever    an    indicator    changes    state,   the   server   sends
   XkbIndicatorStateNotify events to all  interested  clients.  Similarly,
   whenever    an    indicator's    map    changes,   the   server   sends
   XkbIndicatorMapNotify events to all interested clients.

   To receive XkbIndicatorStateNotify  events,  use  XkbSelectEvents  with
   both  the  bits_to_change  and  values_for_bits  parameters  containing
   XkbIndicatorStateNotifyMask. To receive  XkbIndicatorMapNotify  events,
   use XkbSelectEvents with XkbIndicatorMapNotifyMask.

   To    receive    events    for    only    specific    indicators,   use
   XkbSelectEventDetails.     Set    the    event_type    parameter     to
   XkbIndicatorStateNotify  or  XkbIndicatorMapNotify,  and  set  both the
   bits_to_change and values_for_bits detail parameters to  a  mask  where
   each  bit  specifies  one indicator, turning on those bits that specify
   the indicators for which you want to receive events.

   xkb_type is either  XkbIndicatorStateNotify  or  XkbIndicatorMapNotify,
   depending  on  whether  the  event is a kbIndicatorStateNotify event or
   kbIndicatorMapNotify event.

   The changed parameter is a mask that is the bitwise inclusive OR of the
   indicators   that   have   changed.   If   the   event   is   of   type
   XkbIndicatorMapNotify, changed reports the maps that  changed.  If  the
   event   is   of   type  XkbIndicatorStateNotify,  changed  reports  the
   indicators that have changed state.  state is a mask that specifies the
   current  state of all indicators, whether they have changed or not, for
   both XkbIndicatorStateNotify and IndicatorMapNotify events.

STRUCTURES

        typedef struct _XkbIndicatorChanges {
            unsigned int          state_changes;
            unsigned int           map_changes;
        }XkbIndicatorChangesRec,*XkbIndicatorChangesPtr;

   Both types of indicator events use the same structure:

       typedef struct _XkbIndicatorNotify {
           int            type;        / Xkb extension base event code */
           unsigned long  serial;      / X server serial number for event */
           Bool           send_event;  / True => synthetically generated */
           Display *      display;     / server connection where event generated */
           Time           time;        / server time when event generated */
           int            xkb_type;    / specifies state or map notify */
           int            device;      / Xkb device ID, will not be XkbUseCoreKbd*/
           unsigned int   changed;     / mask of indicators with new state or map */
           unsigned int   state;       / current state of all indicators */
       } XkbIndicatorNotifyEvent;

DIAGNOSTICS

   BadAtom        A name is neither a valid Atom or None

   BadImplementation
                  Invalid reply from server

SEE ALSO

   XkbIndicatorMapNotify(3), XkbIndicatorStateNotify(3)





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.