1xcb_mapping_notify_event_t(3) XCB Events xcb_mapping_notify_event_t(3)
2
3
4
6 xcb_mapping_notify_event_t - keyboard mapping changed
7
9 #include <xcb/xproto.h>
10
11 Event datastructure
12 typedef struct xcb_mapping_notify_event_t {
13 uint8_t response_type;
14 uint8_t pad0;
15 uint16_t sequence;
16 uint8_t request;
17 xcb_keycode_t first_keycode;
18 uint8_t count;
19 uint8_t pad1;
20 } xcb_mapping_notify_event_t;
21
23 response_type
24 The type of this event, in this case XCB_MAPPING_NOTIFY. This
25 field is also present in the xcb_generic_event_t and can be
26 used to tell events apart from each other.
27
28 sequence The sequence number of the last request processed by the X11
29 server.
30
31 request
32
33
34 first_keycode
35 The first number in the range of the altered mapping.
36
37 count The number of keycodes altered.
38
41 xcb_generic_event_t(3)
42
44 Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
45 rections and improvements.
46
47
48
49X Version 11 libxcb 1.12 xcb_mapping_notify_event_t(3)