Merge pull request #4706 from khvMX/master

X11: fixed Right-Ctrl ungrab feature (PR #3622)
This commit is contained in:
Martin Fleisz 2018-07-03 12:45:15 +02:00 committed by GitHub
commit 187cf000bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}