sshkeyboard
sshkeyboard copied to clipboard
Keyboard access not returning after stop_listening
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