Program made for linux users to help them move around the X11 windowing system with ease without using a physical mouse.
This piece of software is still in development
You can easily compile this software with one simple make.
make
Afterwards you can decide to put mousepad to the PATH:
sudo make install
You can uninstall mousepad with this simple command
sudo make uninstall
Remember to cd into this repository. You can clone this repository for the sole purpose if you need to.
To activate / desactivate use Ctrl
+ Alt
+ P
-
ArrowUp
move mouse up -
ArrowDown
move mouse down -
ArrowLeft
move mouse left -
ArrowRight
move mouse right
-
Q
left click -
E
right click -
R
middle click
-
W
Scroll up -
S
Scroll down
-
Shift
move 2 times faster -
Ctrl
move 2 times slower -
Alt
move 4 times slower
You can combine these buttons for instance Alt
+ Ctrl
will make you move 8 times slower