Go to file
2021-01-03 13:22:58 +01:00
bin autoload fixes the config automatically 2021-01-03 13:04:50 +01:00
data mapping joysticks like a d-pad 2021-01-01 22:20:33 +01:00
DEBIAN 0.5.0 2021-01-01 03:47:50 +01:00
keymapper fixed autoloading with device names containing dots 2021-01-03 12:39:09 +01:00
readme Update history.md 2021-01-03 13:22:58 +01:00
scripts 0.5.0 2021-01-01 03:47:50 +01:00
tests fixed autoloading with device names containing dots 2021-01-03 12:39:09 +01:00
.coveragerc proper test util imports, switched to the recommended pydbus package 2020-12-02 14:36:17 +01:00
.gitignore systemd, polkit, cli, handling touchpad devices 2020-12-24 01:26:34 +01:00
.pylintrc pylint 9.70 2020-11-22 21:41:29 +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 Update README.md 2021-01-01 14:51:40 +01:00
setup.py copyright year 2021-01-03 00:08:33 +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
sudo apt install git python3-setuptools
git clone https://github.com/sezanzeb/key-mapper.git
cd key-mapper && ./scripts/build.sh
sudo dpkg -i ./dist/key-mapper-0.5.0.deb
sudo apt -f install  # installs dependencies
pip

Depending on your distro, maybe you need to use --force to get all your files properly in place and overwrite a previous installation of key-mapper. There are two options available to install using setuptools/pip:

sudo pip install git+https://github.com/sezanzeb/key-mapper.git
git clone https://github.com/sezanzeb/key-mapper.git
cd key-mapper && sudo python3 setup.py install

Screenshots