1xcb_input_set_device_modifier_mappXiCnBg(R3ex)qcube_sitnsput_set_device_modifier_mapping(3)
2
3
4
6 xcb_input_set_device_modifier_mapping -
7
9 #include <xcb/xinput.h>
10
11 Request function
12 xcb_input_set_device_modifier_mapping_cookie_t
13 xcb_input_set_device_modifier_mapping(xcb_connection_t *conn,
14 uint8_t device_id, uint8_t keycodes_per_modifier, const
15 uint8_t *keymaps);
16
17 Reply datastructure
18 typedef struct xcb_input_set_device_modifier_mapping_reply_t {
19 uint8_t response_type;
20 uint8_t xi_reply_type;
21 uint16_t sequence;
22 uint32_t length;
23 uint8_t status;
24 uint8_t pad0[23];
25 } xcb_input_set_device_modifier_mapping_reply_t;
26
27 Reply function
28 xcb_input_set_device_modifier_mapping_reply_t
29 *xcb_input_set_device_modifier_mapping_reply(xcb_connection_t *conn,
30 xcb_input_set_device_modifier_mapping_cookie_t cookie,
31 xcb_generic_error_t **e);
32
34 conn The XCB connection to X11.
35
36 device_id TODO: NOT YET DOCUMENTED.
37
38 keycodes_per_modifier
39 TODO: NOT YET DOCUMENTED.
40
41 keymaps TODO: NOT YET DOCUMENTED.
42
44 response_type
45 The type of this reply, in this case XCB_INPUT_SET_DE‐
46 VICE_MODIFIER_MAPPING. This field is also present in the
47 xcb_generic_reply_t and can be used to tell replies apart
48 from each other.
49
50 sequence The sequence number of the last request processed by the X11
51 server.
52
53 length The length of the reply, in words (a word is 4 bytes).
54
55 xi_reply_type
56 TODO: NOT YET DOCUMENTED.
57
58 status TODO: NOT YET DOCUMENTED.
59
62 Returns an xcb_input_set_device_modifier_mapping_cookie_t. Errors have
63 to be handled when calling the reply function xcb_input_set_device_mod‐
64 ifier_mapping_reply.
65
66 If you want to handle errors in the event loop instead, use xcb_in‐
67 put_set_device_modifier_mapping_unchecked. See xcb-requests(3) for de‐
68 tails.
69
71 This request does never generate any errors.
72
75 Generated from xinput.xml. Contact xcb@lists.freedesktop.org for cor‐
76 rections and improvements.
77
78
79
80X Version 11 libxcbxc1b._1i3n.p1ut_set_device_modifier_mapping(3)