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 event initiating remapping
14
16 XkbRefreshKeyboardMapping is the Xkb equivalent of the core XRe‐
17 freshKeyboardMapping function. It requests that the X server send the
18 current key mapping information to this client. A client usually in‐
19 vokes XkbRefreshKeyboardMapping after receiving an XkbMapNotify event.
20 XkbRefreshKeyboardMapping returns Success if it succeeds and BadMatch
21 if the event is not an Xkb event.
22
23 The XkbMapNotify event can be generated when some client calls Xkb‐
24 SetMap, XkbChangeMap, XkbGetKeyboardByName, or any of the standard X
25 library functions that change the keyboard mapping or modifier mapping.
26
28 Success The XkbRefreshKeyboardMapping function returns Success
29 when the request that the X server send the current key
30 mapping information to this client is successful.
31
33 BadMatch A compatible version of Xkb was not available in the
34 server or an argument has correct type and range, but is
35 otherwise invalid
36
38 XkbChangeMap(3), XkbGetKeyboardByName(3), XkbSetMap(3), XRefreshKey‐
39 boardMapping(3)
40
41
42
43X Version 11 libX11 1.8.7 XkbRefreshKeyboardMapping(3)