mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
fix macos command-tab
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
38a0b8c960
commit
66378f63d9
1 changed files with 1 additions and 1 deletions
|
|
@ -719,7 +719,7 @@ fn reset_input() {
|
|||
let _lock = VIRTUAL_INPUT_MTX.lock();
|
||||
VIRTUAL_INPUT = VirtualInput::new(
|
||||
CGEventSourceStateID::Private,
|
||||
CGEventTapLocation::AnnotatedSession,
|
||||
CGEventTapLocation::Session,
|
||||
)
|
||||
.ok();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue