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.
- Host: GitHub
- URL: https://github.com/chillerno1/kbtomouse
- Owner: chillerno1
- License: unlicense
- Created: 2018-11-20T09:11:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T04:04:03.000Z (over 7 years ago)
- Last Synced: 2025-01-27T06:34:39.115Z (over 1 year ago)
- Topics: keyboard-shortcuts, mouse, mouse-emulation, mouse-pointer-control, python, python3
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```