This fork is merely to keep my own mods organized. If you want to use it, no problem!
The main branch is to track the origin and should never receive commits directly from me.
The my_version branch is how I run it
Installation instructions below updated for my_version.
Mods:
- added exitpgm macro function
- example exitpgm shell for Dahua camera conrol from a numeric keypad.
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
Former Raspian, probably also works on Ubuntu & Debian, except for the use of the tvservice
call to blank the screen
sudo apt install git python3-setuptools
sudo apt install gettext
git clone -b my_version https://github.com/cybermaus/key-mapper.git
cd key-mapper; ./scripts/build.sh
sudo apt install ./dist/key-mapper-1.0.0.deb
If it doesn't seem to install, you can also try sudo python3 setup.py install