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 ran into an issue where keyboard access isn't returned after calling stop_listening(). If I run an application with this library then stop the application, I can't see any input in the terminal. It seems to still send all keyboard presses to the non-existent listener. I have tried calling stop_listening on KeyboardInterrupt exception (ctrl+c to stop script).
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I ran into an issue where keyboard access isn't returned after calling stop_listening(). If I run an application with this library then stop the application, I can't see any input in the terminal. It seems to still send all keyboard presses to the non-existent listener. I have tried calling stop_listening on KeyboardInterrupt exception (ctrl+c to stop script).
Thanks
The text was updated successfully, but these errors were encountered: