Function xcb::xproto::ungrab_key_checked[][src]

pub fn ungrab_key_checked<'a>(
    c: &'a Connection,
    key: Keycode,
    grab_window: Window,
    modifiers: u16
) -> VoidCookie<'a>

release a key combination

Releases the key combination on grab_window if you grabbed it using xcb_grab_key before.

parameters: