-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pynput.keyboard not functioning #623
Comments
Thank you for your report. Can you provide a small sample script and a more thorough description of the problem? Does nothing happen when you use the keyboard controller, or does an error occur? |
Hi,
and it didnt produce any error it just did not output anything and it stopped running |
Just to quickly check whether this could be an issue with the receiving application: could you insert the statement |
I am trying to implement pynput into a script that read a word that is typed and replace it with an encoded version after space is pressed and while the listening is working perfectly it is not executing any command to take control over keyboard. I also tried this in a blank python file with just a pynput.keyboard tap function and it was not working.
I do not know if this an issue with my OS (MacOS), IDE (Pycharm Pro) or the PYPI install.
I have read through documentation and other similar issues logged on github and I can't find any solutions except for the idea of there being a missing dependency on the install but the user did not provide what the dependency that was missing was and I cannot find a list of dependencies to work this out myself.
The text was updated successfully, but these errors were encountered: