Simple script to move mouse cursor around using a modifier (default: ctrl) & arrow keys.
$ git clone https://github.com/chillerno1/kbtomouse
$ cd kbtomouse/
$ pip install -r requirements.txt
python kbtomouse/main.py
1. hold ctrl and press arrows to move cursor around.
2. ctrl+space mimics a left click.
Default modifier, screen height, screen width and base travel distance can be altered in config.py.