1. NAME

XkbRefreshKeyboardMapping - Update the keyboard description that is internal to the X library

2. SYNOPSIS

Status XkbRefreshKeyboardMapping (XkbMapNotifyEvent * event );

3. ARGUMENTS

  • - event
        event initiating remapping

4. DESCRIPTION

XkbRefreshKeyboardMappingis the Xkb equivalent of the core XRefreshKeyboardMappingfunction. It requests that the X server send the current key mapping information to this client. A client usually invokes XkbRefreshKeyboardMappingafter receiving an XkbMapNotify event. XkbRefreshKeyboardMappingreturns Success if it succeeds and BadMatch if the event is not an Xkb event. The XkbMapNotify event can be generated when some client calls XkbSetMap, XkbChangeMap, XkbGetKeyboardByName,or any of the standard X library functions that change the keyboard mapping or modifier mapping.

5. RETURN VALUES

  • Success
                   The XkbRefreshKeyboardMappingfunction returns Success when the request that the X server send the current key mapping information to this client is successful.

6. DIAGNOSTICS

BadMatch

               A compatible version of Xkb was not available in the server or an argument has correct type and range, but is otherwise invalid

7. SEE ALSO

R XkbChangeMap (3),

R XkbGetKeyboardByName (3),

R XkbSetMap (3),

R XRefreshKeyboardMapping (3)