An open API service indexing awesome lists of open source software.

https://github.com/chillerno1/kbtomouse

Move mouse cursor around using a modifier and arrow keys.
https://github.com/chillerno1/kbtomouse

keyboard-shortcuts mouse mouse-emulation mouse-pointer-control python python3

Last synced: about 1 year ago
JSON representation

Move mouse cursor around using a modifier and arrow keys.

Awesome Lists containing this project

README

          

# kbtomouse

Simple script to move mouse cursor around using a modifier (default: ctrl) & arrow keys.

## Install
```
$ git clone https://github.com/chillerno1/kbtomouse
$ cd kbtomouse/
$ pip install -r requirements.txt
```
## Usage
```
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.
```