https://github.com/mrdotx/xkeymou
a quick and easy way to control the mouse with the keyboard
https://github.com/mrdotx/xkeymou
click customizable debug execute exit grab key keyboard mouse move physical release replace scroll software speed x11
Last synced: 1 day ago
JSON representation
a quick and easy way to control the mouse with the keyboard
- Host: GitHub
- URL: https://github.com/mrdotx/xkeymou
- Owner: mrdotx
- License: gpl-3.0
- Created: 2022-07-03T18:35:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-06-16T02:54:19.000Z (10 days ago)
- Last Synced: 2026-06-24T22:38:50.923Z (1 day ago)
- Topics: click, customizable, debug, execute, exit, grab, key, keyboard, mouse, move, physical, release, replace, scroll, software, speed, x11
- Language: C
- Homepage: https://github.com/jbensmann/xmouseless
- Size: 120 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# xkeymou
This program is a replacement for the physical mouse in Linux on X11.
## Installation
Edit config.mk to match your local setup (xkeymou is installed into
the /usr/local namespace by default)
```bash
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:
```bash
apt-get install libx11-dev libxtst-dev
```
## Run
```bash
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