I'm using python3.6 and installed pynput through pip. I want a functionality to simulate a long key press (press and hold) of a key.
I tried commenting the release() function hoping that it will work as long press but only the key is pressed single time. Any solution to simulate long key press or any other alternative for pynput?