Go to file
2021-04-03 22:41:56 +02:00
.github/ISSUE_TEMPLATE gtk not running as root anymore 2021-03-21 19:15:20 +01:00
bin more explicit daemonization 2021-03-22 09:59:16 +01:00
data resized logo 2021-04-02 16:55:59 +02:00
DEBIAN changed default value for joysticks, clears config for new presets 2021-04-03 12:48:52 +02:00
keymapper changed default value for joysticks, clears config for new presets 2021-04-03 12:48:52 +02:00
readme Update development.md 2021-04-03 22:41:56 +02:00
scripts 0.8.0 2021-03-27 18:18:38 +01:00
tests changed default value for joysticks, clears config for new presets 2021-04-03 12:48:52 +02:00
.coveragerc gtk not running as root anymore 2021-03-21 19:15:20 +01:00
.gitignore systemd, polkit, cli, handling touchpad devices 2020-12-24 01:26:34 +01:00
.pylintrc only considering joystick events for buttons on gamepads 2021-02-16 23:40:43 +01: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 0.8.0 2021-03-27 18:18:38 +01:00
setup.py 0.8.0 2021-03-27 18:18:38 +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.

Usage - Installation - Development - Screenshots

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
git clone https://github.com/sezanzeb/key-mapper.git
cd key-mapper; ./scripts/build.sh
sudo apt install ./dist/key-mapper-0.8.0.deb
pip
sudo pip install git+https://github.com/sezanzeb/key-mapper.git
sudo systemctl enable key-mapper
sudo systemctl restart key-mapper

Screenshots