-
Notifications
You must be signed in to change notification settings - Fork 251
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
Pause listener while using Controller().type #40
Comments
I have the same issue. Additionally, I think this behavior messes with the deadkeys. |
@SpecialCharacter I have made a comment on StackOverflow, and also pushed a branch for testing here. If you find the time to test it, I would be grateful. The fix removed the additional event triggered by the controller, and the simple test case posted by you on StackOverflow appears to pass. @Jzege Your issue is a bit more complicated. It appears that The testing branch includes a fix for this as well; if |
Works great so far, thank you. |
The fix has been merged in pynput 1.3.6. |
Great! All "ghost keys" are gone!
Thank you so much!
Bernd :)
Am 13.08.2017 um 18:55 schrieb moses-palmer:
…
The fix has been merged in /pynput 1.3.6/.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdcUkzhdhRW8UIroa8Iqyxh2x2Z97SR0ks5sXyptgaJpZM4OwU2j>.
--
Bernd Kappenberg
Setting Signs for Europe –
Why Diacritics Matter for European Integration
ISBN 978-3-8382-0663-9
|
When I type something programatically, the listener records what I type and more:
Types "A1" in a text editor, but the listener gives:
Is there a way to stop listening while I programmatically type something with pynput?
The text was updated successfully, but these errors were encountered: