mouseboard control mouse pointer by keyboard.
Have full control over mouse pointer and move it smoothly using keyboard.
Linux
- Precision Non continuous presses to one or more of movement keyboard keys for precise mouse movement.
To increase the precision of the movement increse theMinimum speedto a higher value. - Acceleration Control mouse acceleration by simply keep pressing one or more of the direction keys (the longer you press the faster mouse pointer goes till it reach the
Max speed). - Move mouse pointer in two directions simultaneously.
- Customize the mouse speed, acceleration and keyboard keys to control the mouse.
- Return the functionality of the keyboard keys assigned to mouse control once the program terminated.
gcc -o mouseboard mouseboard.c -lm -pthreadsudo ./mouseboard sudo ./mouseboard -Cor
sudo ./mouseboard --configNote
the new configuration is saved in mouse.cfg file in binary form.
sudo ./mouseboard -Dor
sudo ./mouseboard --default| Movement direction | key |
|---|---|
| UP | ⬆ UP ARROW |
| DOWN | ⬇ DOWN ARROW |
| LEFT | ⬅ LEFT ARROW |
| RIGHT | âž¡ RIGHT ARROW |
| Button | key |
|---|---|
| RIGHT BUTTON | KPENTER |
| LEFT BUTTON | KP0 |
| WHEEL UP | KP8 |
| WHEEL DOWN | KP2 |
*KP stand for keypad