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 speed
to 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 -pthread
sudo ./mouseboard
sudo ./mouseboard -C
or
sudo ./mouseboard --config
Note
the new configuration is saved in mouse.cfg
file in binary form.
sudo ./mouseboard -D
or
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