mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-28 17:33:21 +03:00
Fix modifier key status
This commit is contained in:
@@ -1008,6 +1008,13 @@ class FFI {
|
||||
}
|
||||
|
||||
void enterOrLeave(bool enter) {
|
||||
// Fix status
|
||||
if (!enter) {
|
||||
alt = false;
|
||||
shift = false;
|
||||
ctrl = false;
|
||||
command = false;
|
||||
}
|
||||
bind.sessionEnterOrLeave(id: id, enter: enter);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user