Merge pull request #3215 from fufesou/fix/macos_cmd_tab
fix macos command-tab
This commit is contained in:
commit
e7ed73a124
@ -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…
x
Reference in New Issue
Block a user