Fix modifier key status
This commit is contained in:
parent
b6e0cc8e74
commit
d3d31ff014
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user