Program for you use your keyboard to move your mouse cursor and click mouse buttons.
Find a file
2021-02-20 00:00:14 +01:00
graphics created themes.md @02/19/21 23:40:34 2021-02-19 23:40:40 +01:00
oldStuff move old file to other folder @02/19/21 23:15:33 2021-02-19 23:15:52 +01:00
.gitignore added .gitignore, ignoring release ZIP and .vscode dir @02/19/21 23:59:50 2021-02-20 00:00:14 +01:00
numpadMouse.c deleted moved files @02/19/21 23:39:29 2021-02-19 23:39:42 +01:00
numpadMouse.exe deleted moved files @02/19/21 23:39:29 2021-02-19 23:39:42 +01:00
README.md Remarks -> Remarks/Help @02/18/21 22:45:23 2021-02-18 22:45:34 +01:00

Numpad Mouse

Program for you use your keyboard to move your mouse cursor and click mouse buttons.

How to use

Use a console windows that is at least 35 characters wide and 28 characters tall (defaults for most are probably around 100x30).

!Numlock has to be active!

Keys:

Key Funtion
Capslock Toggles whole functionality
Num4 Moves mouse to left
Num8 Moves mouse up
Num6 Moves mouse right
Num5 Moves mouse down
Num1 Hold left mouse button down until keyup
Num2 Hold middle mouse button down until keyup
Num3 Hold right mouse button down until keyup
Ctrl Makes mouse move faster
Ctrl-Alt-Shift-Num5 Exits Program (to be implemented)

Remarks/Help

  • You cant use the aforementioned numpad keys while the program is active, aka. when capslock is on the keys are captured.
    • to write numbers with the numpad again just turn off capslock or terminate the program
  • until Ctrl-Alt-Shift-Num5 is implemented use Ctrl-C to close program
  • this project is going to stay windows only
  • if the visuals lok completely broken, check if your using a terminal with support for virtual terminal sequences