mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
X11: fixed Right-Ctrl ungrab feature (PR #3622)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user