sshkeyboard icon indicating copy to clipboard operation
sshkeyboard copied to clipboard

Keyboard access not returning after stop_listening

Open jonmckay opened this issue 3 years ago • 0 comments

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

jonmckay avatar Jul 12 '22 20:07 jonmckay