You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
sezanzeb e189ffa04f anybadge 4 years ago
DEBIAN 0.3.1 4 years ago
bin more permission stuff 4 years ago
data icon and readme 4 years ago
keymapper separator for joystick config 4 years ago
readme anybadge 4 years ago
scripts anybadge 4 years ago
tests gamepad config via gui 4 years ago
.coveragerc proper test util imports, switched to the recommended pydbus package 4 years ago
.gitignore deb packaging seems to work now 4 years ago
.pylintrc pylint 9.70 4 years ago
LICENSE outlined some stuff 4 years ago
MANIFEST.in more work on distribution 4 years ago
README.md Update README.md 4 years ago
setup.py 0.3.1 4 years ago

README.md

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

The tool shows and logs if there are issues. Independent of the installation method, some permissions need to be configured in order to read from /dev/input and write to /dev/uinput:

sudo key-mapper-service --setup-permissions

Now log out and back in (or restart in some cases).

Manjaro/Arch
pacaur -S key-mapper-git
Ubuntu/Debian
wget "https://github.com/sezanzeb/key-mapper/releases/"\
"download/0.3.1/python3-key-mapper_0.3.1-1_all.deb"
sudo dpkg -i python3-key-mapper_0.3.1-1_all.deb
Git/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.

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

Screenshots