NAME
xcbungrabkey - release a key combination SYNOPSIS
#include
Request function xcbvoidcookiet xcbungrabkey(xcbconnectiont *conn, xcbkeycodet key, xcbwindowt grabwindow, uint16t modifiers); REQUEST ARGUMENTS conn The XCB connection to X11. key The keycode of the specified key combination. Using the special value XCBGRABANY means releasing all pos‐ sible key codes. grabwindow The window on which the grabbed key combination will be re‐ leased. modifiers The modifiers of the specified key combination. Using the special value XCBMODMASKANY means releasing the key combination with every possible modifier combination. DESCRIPTION Releases the key combination on grabwindow if you grabbed it using xcbgrabkey before. RETURN VALUE Returns an xcbvoidcookiet. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcbrequestcheck instead, use xcbungrabkeychecked. See xcb-requests(3) for details. ERRORS xcbvalueerrort TODO: reasons? xcbwindowerrort The specified grabwindow does not exist. SEE ALSO
xcb-requests(3), xcbgrabkey(3), xev(1) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbungrabkey(3)