Can't block windows key with tauri window focused #13920
Replies: 1 comment
-
closing in favor of the issue |
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.
-
Hello, I wrote code in the Tauri application to block Windows keys as a low-level hook in the Windows environment. This code works, but whenever I focus on the Tauri window, the low-level hook does not work. However, whenever I shift my focus away from Tauri, the Windows low-level hook works properly.
Issue : #13919 (comment)
Beta Was this translation helpful? Give feedback.
All reactions