Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dikkadev/numpadmouse

Program for you use your keyboard to move your mouse cursor and click mouse buttons.
https://github.com/dikkadev/numpadmouse

keyboard mouse

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
- If you are using Windows, I recommend [Windows Terminal](https://github.com/microsoft/terminal)