X11: fixed Right-Ctrl ungrab feature (PR #3622)

This commit is contained in:
Viktor Mukha
2018-06-08 11:35:02 +02:00
parent dad6b7a534
commit 16cde2ee28

View File

@@ -596,7 +596,7 @@ void xf_keyboard_handle_special_keys_release(xfContext* xfc, KeySym keysym)
{
xf_toggle_control(xfc);
}
xfc->mouse_active = FALSE;
XUngrabKeyboard(xfc->display, CurrentTime);
}