Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dikkadev/numpadmouse
- Owner: dikkadev
- Created: 2021-02-18T20:48:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T23:00:18.000Z (almost 4 years ago)
- Last Synced: 2024-12-22T05:10:27.557Z (6 days ago)
- Topics: keyboard, mouse
- Language: C
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)