Merge pull request #3215 from fufesou/fix/macos_cmd_tab

fix macos command-tab
This commit is contained in:
RustDesk 2023-02-15 15:31:13 +08:00 committed by GitHub
commit e7ed73a124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -719,7 +719,7 @@ fn reset_input() {
let _lock = VIRTUAL_INPUT_MTX.lock();
VIRTUAL_INPUT = VirtualInput::new(
CGEventSourceStateID::Private,
CGEventTapLocation::AnnotatedSession,
CGEventTapLocation::Session,
)
.ok();
}