2020-12-20 16:33:59 +00:00
|
|
|
<p align="center"><img src="data/key-mapper.svg" width=100/></p>
|
|
|
|
|
2020-11-26 20:37:15 +00:00
|
|
|
<h1 align="center">Key Mapper</h1>
|
2020-10-26 22:45:22 +00:00
|
|
|
|
2020-12-19 18:42:55 +00:00
|
|
|
<p align="center">
|
2021-01-01 13:51:40 +00:00
|
|
|
An easy to use tool to change the mapping of your input device buttons.<br/>
|
2021-01-01 13:17:41 +00:00
|
|
|
Supports mice, keyboards, gamepads, X11, Wayland, combined buttons and programmable macros.
|
2020-12-19 18:42:55 +00:00
|
|
|
</p>
|
2020-11-26 20:37:15 +00:00
|
|
|
|
2020-12-20 16:33:59 +00:00
|
|
|
<p align="center"><a href="readme/usage.md">Usage</a> - <a href="#installation">Installation</a> - <a href="readme/development.md">Development</a> - <a href="#screenshots">Screenshots</a></p>
|
|
|
|
|
2020-11-26 23:36:05 +00:00
|
|
|
<p align="center"><img src="readme/pylint.svg"/> <img src="readme/coverage.svg"/></p>
|
2020-11-16 12:01:42 +00:00
|
|
|
|
2020-12-20 16:33:59 +00:00
|
|
|
## Installation
|
2020-11-01 20:32:06 +00:00
|
|
|
|
2020-12-20 16:33:59 +00:00
|
|
|
##### Manjaro/Arch
|
|
|
|
|
|
|
|
```bash
|
|
|
|
pacaur -S key-mapper-git
|
|
|
|
```
|
|
|
|
|
|
|
|
##### Ubuntu/Debian
|
|
|
|
|
2021-03-17 20:36:25 +00:00
|
|
|
Get a .deb file from the [release page](https://github.com/sezanzeb/key-mapper/releases)
|
|
|
|
or install the latest changes via:
|
2021-01-07 16:25:27 +00:00
|
|
|
|
2020-12-20 16:33:59 +00:00
|
|
|
```bash
|
2020-12-26 22:19:33 +00:00
|
|
|
sudo apt install git python3-setuptools
|
2020-12-24 00:26:34 +00:00
|
|
|
git clone https://github.com/sezanzeb/key-mapper.git
|
2021-02-06 23:31:13 +00:00
|
|
|
cd key-mapper; ./scripts/build.sh
|
2021-03-27 17:18:38 +00:00
|
|
|
sudo apt install ./dist/key-mapper-0.8.0.deb
|
2020-12-20 16:33:59 +00:00
|
|
|
```
|
2020-11-29 12:55:37 +00:00
|
|
|
|
2020-12-24 00:26:34 +00:00
|
|
|
##### pip
|
2020-11-29 15:24:44 +00:00
|
|
|
|
2020-12-20 16:33:59 +00:00
|
|
|
```bash
|
|
|
|
sudo pip install git+https://github.com/sezanzeb/key-mapper.git
|
2021-02-19 13:47:54 +00:00
|
|
|
sudo systemctl enable key-mapper
|
2021-01-07 16:25:27 +00:00
|
|
|
sudo systemctl restart key-mapper
|
2020-12-24 00:26:34 +00:00
|
|
|
```
|
|
|
|
|
2020-12-20 16:33:59 +00:00
|
|
|
## Screenshots
|
2020-12-20 13:02:31 +00:00
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
<img src="readme/screenshot.png"/>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
<img src="readme/screenshot_2.png"/>
|
|
|
|
</p>
|