GUI script to enable the use of function keys 13-24 and of the numpad if they are missing from a pc
Can set both a delay for key press and a duration, using threading the key presses can also be chained
- Python 3.x
- pip requirements (
pip install -U -r requirements.txt
)