boppreh / keyboard

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

audio being muted when pressing "D" with this module #646

Open Minecrafter8001 opened 1 month ago

Minecrafter8001 commented 1 month ago

when i simulate pressing D with keyboard it toggles mute on my computer like if you pressed the mute button on your keyboard

test code:

import keyboard
keyboard.press("D")
Minecrafter8001 commented 1 month ago

testing with a lowercase d doesn't cause this