Man Page: xrefreshkeyboardmapping
Operating Environment: hpux
Section: 3
XRefreshKeyboardMapping() XRefreshKeyboardMapping()
Name
XRefreshKeyboardMapping - read keycode-keysym mapping from server into Xlib.
Synopsis
XRefreshKeyboardMapping(map_event)
XMappingEvent *map_event;
Arguments
map_event Specifies the mapping event that triggered this call.
Description
XRefreshKeyboardMapping() causes Xlib to update its knowledge of the mapping between keycodes and keysyms. This updates the application's
knowledge of the keyboard.
The application should call XRefreshKeyboardMapping() when a MappingNotify event occurs. MappingNotify events occur when some client has
called XChangeKeyboardMapping().
For more information, see Volume One, Chapter 9, The Keyboard and Pointer.
Structures
typedef struct {
int type;
unsigned long serial; /* # of last request processed by server */
Bool send_event; /* true if this came from a SendEvent request */
Display *display; /* display the event was read from */
Window window; /* unused */
int request; /* one of MappingModifier, MappingKeyboard, */
/* MappingPointer */
int first_keycode; /* first keycode */
int count; /* defines range of change with first_keycode*/
} XMappingEvent;
See Also
XChangeKeyboardMapping(), XDeleteModifiermapEntry(), XFreeModifiermap(), XGetKeyboardMapping(), XGetModifierMapping(), XInsertModi-
fiermapEntry(), XKeycodeToKeysym(), XKeysymToKeycode(), XKeysymToString(), XLookupKeysym(), XLookupString(), XNewModifierMap,
XQueryKeymap(), XRebindKeysym(), XSetModifierMapping(), XStringToKeysym().
Xlib - Keyboard XRefreshKeyboardMapping()
| Related Man Pages |
|---|
| xmapevent(3) - debian |
| xmappingevent(3) - centos |
| xgetkeyboab(3) - hpux |
| xlookupkeysym(3) - hpux |
| xgetmodifiermapping(3x) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| compile xev on HPUX 10.20 - errors |