fix macos command-tab
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
38a0b8c960
commit
66378f63d9
@ -719,7 +719,7 @@ fn reset_input() {
|
|||||||
let _lock = VIRTUAL_INPUT_MTX.lock();
|
let _lock = VIRTUAL_INPUT_MTX.lock();
|
||||||
VIRTUAL_INPUT = VirtualInput::new(
|
VIRTUAL_INPUT = VirtualInput::new(
|
||||||
CGEventSourceStateID::Private,
|
CGEventSourceStateID::Private,
|
||||||
CGEventTapLocation::AnnotatedSession,
|
CGEventTapLocation::Session,
|
||||||
)
|
)
|
||||||
.ok();
|
.ok();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user