-
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
Keypresses in other windows #189
Comments
That sound peculiar. On what platform is this? My prime suspect would be Linux under Wayland; the |
I'm having this same issue, but on windows. I've looked into it, but have not found anything useful. |
@FrostWolf1, I attempted reproducing the issue, but failed. I ran the script below from import pynput, time
time.sleep(3)
pynput.keyboard.Controller().type('Hello world!') The text |
Whenever any key is pressed through keyboard.press () the inputs go to the window where the script is running not the then active window. Is there some method to do this?
The text was updated successfully, but these errors were encountered: