1XkbRefreshKeyboardMapping(3) XKB FUNCTIONS XkbRefreshKeyboardMapping(3)
2
3
4
6 XkbRefreshKeyboardMapping - Update the keyboard description that is in‐
7 ternal to the X library
8
10 Status XkbRefreshKeyboardMapping (XkbMapNotifyEvent *event);
11
13 - event
14 event initiating remapping
15
17 XkbRefreshKeyboardMapping is the Xkb equivalent of the core XRe‐
18 freshKeyboardMapping function. It requests that the X server send the
19 current key mapping information to this client. A client usually in‐
20 vokes XkbRefreshKeyboardMapping after receiving an XkbMapNotify event.
21 XkbRefreshKeyboardMapping returns Success if it succeeds and BadMatch
22 if the event is not an Xkb event.
23
24 The XkbMapNotify event can be generated when some client calls Xkb‐
25 SetMap, XkbChangeMap, XkbGetKeyboardByName, or any of the standard X
26 library functions that change the keyboard mapping or modifier mapping.
27
29 Success The XkbRefreshKeyboardMapping function returns Success
30 when the request that the X server send the current key
31 mapping information to this client is successful.
32
34 BadMatch A compatible version of Xkb was not available in the
35 server or an argument has correct type and range, but is
36 otherwise invalid
37
39 XkbChangeMap(3), XkbGetKeyboardByName(3), XkbSetMap(3), XRefreshKey‐
40 boardMapping(3)
41
42
43
44X Version 11 libX11 1.7.0 XkbRefreshKeyboardMapping(3)