Go to file
2021-11-04 11:41:13 +01:00
.github Create FUNDING.yml 2021-09-03 10:56:37 +02:00
bin #197 Using timeouts for calls to the daemon in key-mapper-control 2021-11-04 11:41:13 +01:00
data #197 Using timeouts for calls to the daemon in key-mapper-control 2021-11-04 11:41:13 +01:00
DEBIAN 1.2.1 2021-10-20 23:05:50 +02:00
keymapper #197 Using timeouts for calls to the daemon in key-mapper-control 2021-11-04 11:41:13 +01:00
po Update it_IT.po 2021-07-18 15:59:59 +02:00
readme #197 Using timeouts for calls to the daemon in key-mapper-control 2021-11-04 11:41:13 +01:00
scripts 1.2.1 2021-10-20 23:05:50 +02:00
tests #197 Using timeouts for calls to the daemon in key-mapper-control 2021-11-04 11:41:13 +01:00
.coveragerc gtk not running as root anymore 2021-03-21 19:15:20 +01:00
.gitignore Debug argument help can now be translated, add .pot template 2021-07-03 22:41:32 +02:00
.pylintrc keyword arguments, $variables, improved macro docs 2021-10-02 00:55:10 +02:00
LICENSE outlined some stuff 2020-10-26 23:45:55 +01:00
MANIFEST.in more work on distribution 2020-11-29 13:55:37 +01:00
README.md 1.2.1 2021-10-20 23:05:50 +02:00
setup.py #197 Using timeouts for calls to the daemon in key-mapper-control 2021-11-04 11:41:13 +01:00

Key Mapper

An easy to use tool to change the mapping of your input device buttons.
Supports mice, keyboards, gamepads, X11, Wayland, combined buttons and programmable macros.
Allows mapping non-keyboard events (click, joystick, wheel) to keys of keyboard devices.

Usage - Macros - Installation - Development - Screenshots - Examples

Installation

Manjaro/Arch
pacaur -S key-mapper-git
Ubuntu/Debian

Get a .deb file from the release page or install the latest changes via:

sudo apt install git python3-setuptools gettext
git clone https://github.com/sezanzeb/key-mapper.git
cd key-mapper && ./scripts/build.sh
sudo apt install ./dist/key-mapper-1.2.1.deb

key-mapper is now part of Debian Testing

pip
sudo pip install --no-binary :all: git+https://github.com/sezanzeb/key-mapper.git
sudo systemctl enable key-mapper
sudo systemctl restart key-mapper

If it doesn't seem to install, you can also try sudo python3 setup.py install

Screenshots