Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eplhreu/plover-mouse
Control your mouse/cussor with plover, allowing for % of screen size movements!
https://github.com/eplhreu/plover-mouse
Last synced: about 2 months ago
JSON representation
Control your mouse/cussor with plover, allowing for % of screen size movements!
- Host: GitHub
- URL: https://github.com/eplhreu/plover-mouse
- Owner: EPLHREU
- Created: 2021-08-25T09:11:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T09:23:56.000Z (over 2 years ago)
- Last Synced: 2023-03-10T04:21:59.473Z (almost 2 years ago)
- Language: Python
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mouse
> Plover plugin for controlling your mouse/cursor with just steno chords
# this is WIP that is half complete
## area-of-screen.py
This will recursively cut the screen into 3x3 sections, using F, R, P, B in combinations to select the 3x3 grid you can move the mouse cursor exactly where you want to.
| section | key | position |
| ------- | ---- | ------------- |
| 1 | F | top left |
| 2 | FP | top middle |
| 3 | P | top right |
| 4 | FR | middle left |
| 5 | FRPB | middle middle |
| 6 | PB | middle right |
| 7 | R | bottom right |
| 8 | RB | bottom middle |
| 9 | B | bottom right |When you have selected an area of the screen, your next movement command will occur within that selected section, as if it was the whole size of the screen.
Your cursor is placed in the center of the area you select.