+ 1
Pynput press and hold
I'm currently working on a small project to simulate toggling. I'd like to know if it's even possible to handle press and hold in Python. e.g: If "a" is toggled it would hold "a" and go on like this "aaaaa"... until broken. I've tried using press and release, but somehow, they act the same. Any suggestions? Thanks
1 Réponse
0
Would be easier if you provided the code as well.