mrdotx / xkeymou

a quick and easy way to control the mouse with the keyboard

Home Page:https://github.com/jbensmann/xmouseless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xkeymou

This program is a replacement for the physical mouse in Linux.

Installation

Edit config.mk to match your local setup (xkeymou is installed into the /usr/local namespace by default)

make clean install

If you are not using an Arch based distro you might have to install some headers, e.g. on Debian based distros:

apt-get install libx11-dev libxtst-dev

Run

xkeymou

Manual

You can view the manual by running man xkeymou or man xkeymoy.1, if you've already ran make clean install.

Known issues

  • not all clicks work in all applications

About

a quick and easy way to control the mouse with the keyboard

https://github.com/jbensmann/xmouseless

License:GNU General Public License v3.0


Languages

Language:C 66.0%Language:Roff 22.5%Language:Makefile 11.5%