You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm happy to report that this is finally working, at least as a prototype. It still needs a lot more testing, because we are now running two event listeners that have to synchronized, but it officially Works On My Machine™. I also managed to avoid the "listener in a separate dll" that the article implements, so the library is still pure python.
I'm putting more details on the original issue I opened for this ( #21 ) and closing this one if you don't mind.
Submitting this as a potential future enhancement. I will continue to research/experiment on my end.
On Windows, keyboard-specific events can be identified using a combination of the RawInput and KeyboardHook APIs. This has the limitation of not capturing system shortcuts like Win+D or Alt+Tab.
The text was updated successfully, but these errors were encountered: