xcb_ungrab_key (3) Linux Manual Page
xcb_ungrab_key – release a key combination Synopsis #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_ungrab_key(xcb_connection_t *conn, xcb_keycode_t key, xcb_window_t grab_window, uint16_t modifiers); Request Arguments conn The XCB connection to X11. key The keycode of the specified key combination. Using the special value XCB_GRAB_ANY means releasing all possible key codes. grab_window The window on which the grabbed key…
