Go to file
2020-12-26 16:41:58 +01:00
bin systemd, polkit, cli, handling touchpad devices 2020-12-24 01:26:34 +01:00
data device selection background 2020-12-26 16:41:58 +01:00
DEBIAN systemd optional in postinst 2020-12-25 15:00:57 +01:00
keymapper systemd optional in postinst 2020-12-25 15:00:57 +01:00
readme device selection background 2020-12-26 16:41:58 +01:00
scripts systemd, polkit, cli, handling touchpad devices 2020-12-24 01:26:34 +01:00
tests 2 more migration tests 2020-12-24 11:00:36 +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 systemd, polkit, cli, handling touchpad devices 2020-12-24 01:26:34 +01:00
setup.py updated comment in setup.py data_files 2020-12-25 15:39:04 +01:00

Key Mapper

A tool to change the mapping of your input device buttons.
Supports mice, keyboards, gamepads, X11, Wayland and programmable macros.

Usage - Installation - Development - Screenshots

Installation

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

Download a release .deb file from /releases or install from source and dpkg using the following commands:

git clone https://github.com/sezanzeb/key-mapper.git
cd key-mapper && ./scripts/build.sh
sudo dpkg -i ./dist/key-mapper-0.4.0.deb
sudo apt-get -f install
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