We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While being on English Keyboard layout the library mix english and german keyboard presses. Here is the Example:
Text input of the user rk = keyboard.record(until='Esc') Mom gave me a new shoes. I like hiking very much. please remember to do something.
Output of the play function: keyboard.play(rk, speed_factor=1) Mom gave me a new shoes. I like hiking verz much. please remember to do something.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While being on English Keyboard layout the library mix english and german keyboard presses. Here is the Example:
Text input of the user
rk = keyboard.record(until='Esc')
Mom gave me a new shoes. I like hiking very much. please remember to do something.
Output of the play function:
keyboard.play(rk, speed_factor=1)
Mom gave me a new shoes. I like hiking verz much. please remember to do something.
The text was updated successfully, but these errors were encountered: