boppreh / keyboard

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

'Q' is broken #529

Open Mrjello0 opened 2 years ago

Mrjello0 commented 2 years ago

keyboard.send('Q')```

When running this on windows (unsure on linux) and for other users as well it doesn't work and just rewinds media
![image](https://user-images.githubusercontent.com/101129330/157076137-316b3540-ae2b-4af0-a1c5-1c53b42021c5.png)
BadCoder2 commented 2 years ago

Similar issue; the 'D' key mutes audio

Insanecamo commented 1 year ago

issue still persisting, 'D' mutes my audio Win11

Nikrik commented 8 months ago

Similar issue, Additional Information:

this bug occurs if the module is imported while the keyboard layout on the OS is Russian

If you switch the layout to English before running the Python script containing the import of the keyboard module, there is no such bug (on my machine).

@BadCoder2 , @Insanecamo can you check my guesses?