boppreh / keyboard

Hook and simulate global keyboard events on Windows and Linux.
MIT License
3.79k stars 432 forks source link

German and English Keyboard. Mixed letters (Z<-->Y) #645

Open ivanopa1 opened 5 months ago

ivanopa1 commented 5 months ago

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.