Skip to content

Latest commit

 

History

History
73 lines (40 loc) · 1.17 KB

README.md

File metadata and controls

73 lines (40 loc) · 1.17 KB

Mousepad

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

Installation ⚙️

You can easily compile this software with one simple make.

make

Afterwards you can decide to put mousepad to the PATH:

sudo make install

Uninstallaion 🔧

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.

Usage 🎮

To activate / desactivate use Ctrl + Alt + P

Movement

  • ArrowUp move mouse up

  • ArrowDown move mouse down

  • ArrowLeft move mouse left

  • ArrowRight move mouse right

Buttons

  • Q left click

  • E right click

  • R middle click

Scrolling

  • W Scroll up

  • S Scroll down

Presicion / Boosters

  • 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