Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 628 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 628 Bytes

MouseController

Application to let you control your mouse via the keyboard.

Once you launch MouseController, press Ctrl-Alt-M to activate it. MouseController will show a grid of letters - typing the letters for a grid will move your mouse to that location.

Other movement options: - Ctrl-(Left / Right / Up / Down) - Move the mouse half way to the edge or previous boundary (AKA "Binary Search") - Left / Right / Up / Down - Move the mouse by 10 pixels - Shift-(Left / Right / Up / Down) - Move the mouse by 1 pixels

Then:

- Enter - Simulate a left click
- Shift-Enter - Simulate a right click
- ESC - Quit