Posts by Kaique Bahmad • 11 points
1 post
-
0
votes1
answer500
viewsQ: How to simulate pressing a key for a certain time?
I was trying to make a Python BOT that held the z key for 4 seconds and then released, I tried to use the pynput, but when using the keyboard.press('z'), the command clicked only once and did not…