Go to file
Jose Riha 79e432e031
Improve i18n (#288)
* Add Slovak translation for polkit message.
* More strings can be translated now.
2022-02-08 11:00:10 +01:00
.github Add github actions workflows (#267) 2022-02-07 17:52:41 +01:00
.run Split tests into unit and integration 2022-01-18 00:55:01 +01:00
bin Improve i18n (#288) 2022-02-08 11:00:10 +01:00
data Add Slovak translation for polkit message (#285) 2022-02-05 18:12:22 +01:00
DEBIAN Remove extra comma in the DEBIAN control file (#286) 2022-02-06 23:36:26 +01:00
inputremapper Improve i18n (#288) 2022-02-08 11:00:10 +01:00
po Improve i18n (#288) 2022-02-08 11:00:10 +01:00
readme Updated usage.md 2022-02-03 17:31:37 +01:00
scripts Add github actions workflows (#267) 2022-02-07 17:52:41 +01:00
tests Add github actions workflows (#267) 2022-02-07 17:52:41 +01:00
.coveragerc Independent uinput (#228) 2022-01-14 18:50:57 +01:00
.gitignore Renamed to Input Remapper 2022-01-01 13:00:49 +01:00
.pylintrc keyword arguments, $variables, improved macro docs 2021-10-02 00:55:10 +02:00
.reviewdog.yml Add github actions workflows (#267) 2022-02-07 17:52:41 +01:00
LICENSE outlined some stuff 2020-10-26 23:45:55 +01:00
README.md Added pydantic dependency 2022-02-03 16:52:14 +01:00
setup.py Add github actions workflows (#267) 2022-02-07 17:52:41 +01:00
shell.nix Add github actions workflows (#267) 2022-02-07 17:52:41 +01:00

Input Remapper

Formerly 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.
Allows mapping non-keyboard events (click, joystick, wheel) to keys of keyboard devices.

Usage - Macros - Installation - Development - Screenshots - Examples

Installation

Manjaro/Arch
pacaur -S input-remapper-git
Ubuntu/Debian

Get a .deb file from the release page or install the latest changes via:

sudo apt install git python3-setuptools gettext
git clone https://github.com/sezanzeb/input-remapper.git
cd input-remapper && ./scripts/build.sh
sudo apt install ./dist/input-remapper-1.4.0.deb

input-remapper is now part of Debian Unstable

pip

Dependencies from your distros repo: python3-evdev, gtksourceview4, python3-devel, python3-pydantic

sudo pip uninstall key-mapper
sudo pip install --no-binary :all: git+https://github.com/sezanzeb/input-remapper.git
sudo systemctl enable input-remapper
sudo systemctl restart input-remapper

If it doesn't seem to install, you can also try sudo python3 setup.py install

Screenshots