XRefreshKeyboardMapping

Syntax

XRefreshKeyboardMapping(event_map)
      XMappingEvent *event_map;

Arguments

event_map Specifies the mapping event that is to be used.

Description

The XRefreshKeyboardMapping() function refreshes the stored modifier and keymap information. You usually call this function when a MappingNotify event with a request member of MappingKeyboard or MappingModifier occurs. The result is to update Xlib's knowledge of the keyboard.

See also

XLookupKeysym(), XLookupString(), XRebindKeysym(), XStringToKeysym(), XButtonEvent, XMapEvent, Keyboard Utility Functions.
Christophe Tronche, ch.tronche@computer.org