Merge branch 'main' of github.com:sezanzeb/key-mapper into main

 Conflicts:
	README.md
pull/14/head
sezanzeb 4 years ago
commit 0470b42ccf

@ -3,7 +3,7 @@
<p align="center">A tool to change and program the mapping of your input device buttons.</p>
<p align="center">
<a href="#ubuntudebian">Ubuntu/Debian</a><a href="#manjaroarch">Manjaro/Arch</a><a href="#git">Git</a>
<a href="#installation">Ubuntu/Debian</a><a href="#installation">Manjaro/Arch</a><a href="#installation">Git</a>
</p>
<p align="center"><img src="readme/pylint.svg"/> <img src="readme/coverage.svg"/></p>
@ -45,18 +45,10 @@ You have to start the application via sudo otherwise.
```bash
sudo usermod -a -G plugdev,input $USER
# log out and back in or restart,
# the two groups should be visible with:
# log out and back in or restart, the two groups should be visible with:
groups
```
##### Ubuntu/Debian
```bash
wget "https://github.com/sezanzeb/key-mapper/releases/download/0.1.0/python3-key-mapper_0.1.0-1_all.deb"
sudo dpkg -i python3-key-mapper_0.1.0-1_all.deb
```
##### Manjaro/Arch
```bash
@ -70,6 +62,13 @@ git clone https://github.com/sezanzeb/key-mapper.git
sudo pip install key-mapper
```
##### Ubuntu/Debian
```bash
wget "https://github.com/sezanzeb/key-mapper/releases/download/0.1.0/python3-key-mapper_0.1.0-1_all.deb"
sudo dpkg -i python3-key-mapper_0.1.0-1_all.deb
```
## Roadmap
- [x] show a dropdown to select valid devices

Loading…
Cancel
Save