Go to file
Stephen Kitt 38503df837 Add GObject dependency to setup.py
key-mapper needs gi, GLib, and Gtk at runtime; this ensures that the
former, provided by PyGObject, is available.

Signed-off-by: Stephen Kitt <steve@sk2.org>
2021-04-27 11:55:13 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2021-04-29 16:26:47 +02:00
bin #93 support for devices sharing the same name 2021-04-23 11:51:21 +02:00
data removed leftover accelerator 2021-04-20 22:55:29 +02:00
DEBIAN #93 support for devices sharing the same name 2021-04-23 11:51:21 +02:00
keymapper #107 fixed autoload 2021-04-29 22:22:05 +02:00
readme Update macros.md 2021-04-29 00:05:22 +02:00
scripts 0.8.1 2021-04-04 12:55:44 +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 #82 gitignored commit_hash, /lib/udev 2021-04-15 21:16:07 +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 Update readme 2021-04-25 22:48:42 +02:00
setup.py Add GObject dependency to setup.py 2021-04-27 11:55:13 +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-0.8.1.deb
pip
sudo pip install git+https://github.com/sezanzeb/key-mapper.git
sudo systemctl enable key-mapper
sudo systemctl restart key-mapper

Screenshots