1xcb_keymap_notify_event_t(3)      XCB Events      xcb_keymap_notify_event_t(3)
2
3
4

NAME

6       xcb_keymap_notify_event_t -
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Event datastructure
12       typedef struct xcb_keymap_notify_event_t {
13           uint8_t response_type;
14           uint8_t keys[31];
15       } xcb_keymap_notify_event_t;
16

EVENT FIELDS

18       response_type
19                 The type of this event, in this case XCB_KEYMAP_NOTIFY. This
20                 field is also present in the xcb_generic_event_t and can be
21                 used to tell events apart from each other.
22
23       sequence  The sequence number of the last request processed by the X11
24                 server.
25
26       keys      NOT YET DOCUMENTED.
27

DESCRIPTION

SEE ALSO

AUTHOR

31       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
32       rections and improvements.
33
34
35
36X Version 11                      libxcb 1.13     xcb_keymap_notify_event_t(3)
Impressum