Dont capture enigo events #8923
Unanswered
lucascompython
asked this question in
Q&A
Replies: 1 comment
-
I figured I could unregister the shortcut then run the enigo logic, and then register the shortcut again. So no luck here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Tauri v2 beta, the global-shortcut plugin and the main branch of enigo. On Linux if I register a hotkey, let's say on the key "o" and then with enigo type the text "Hello World" when the "o" key is pressed, the listener will listen to the "o"s inside the "Hello World" and run the whole logic again. Is there a way to avoid this?
From my testing, this doesn't apply to Windows.
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions