Go to file
2021-07-13 15:49:35 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2021-04-29 16:26:47 +02:00
bin #140 service shouldn't start with -d by default 2021-07-13 15:49:35 +02:00
data Add initial i18n support 2021-06-28 21:24:30 +02:00
DEBIAN 1.0.0 2021-05-08 20:28:13 +02:00
keymapper #107 fixed autoload 2021-04-29 22:22:05 +02:00
po fix typo in it_IT.po 2021-07-13 09:46:13 +02:00
readme Improve documentation mapping, fixes #135 2021-07-09 11:03:08 +02:00
scripts Add initial i18n support 2021-06-28 21:24:30 +02:00
tests #107 extended test a bit 2021-04-29 22:26:07 +02: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 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 minor setup.py cleanup, readme update 2021-07-03 15:49:23 +02:00
setup.py minor setup.py cleanup, readme update 2021-07-03 15:49:23 +02: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 - Macros - 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-1.0.0.deb
pip
sudo pip install 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