Skip to content

🎮 An easy to use tool to change the mapping of your input device buttons.

License

Notifications You must be signed in to change notification settings

cybermaus/key-mapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_version

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.

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

Raspberry Pi OS

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

Screenshots

About

🎮 An easy to use tool to change the mapping of your input device buttons.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%