mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
Merge branch 'main' of github.com:sezanzeb/key-mapper into main
Conflicts: README.md
This commit is contained in:
commit
0470b42ccf
19
README.md
19
README.md
@ -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 tool to change and program the mapping of your input device buttons.</p>
|
||||||
|
|
||||||
<p align="center">
|
<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>
|
||||||
|
|
||||||
<p align="center"><img src="readme/pylint.svg"/> <img src="readme/coverage.svg"/></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
|
```bash
|
||||||
sudo usermod -a -G plugdev,input $USER
|
sudo usermod -a -G plugdev,input $USER
|
||||||
# log out and back in or restart,
|
# log out and back in or restart, the two groups should be visible with:
|
||||||
# the two groups should be visible with:
|
|
||||||
groups
|
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
|
##### Manjaro/Arch
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -70,6 +62,13 @@ git clone https://github.com/sezanzeb/key-mapper.git
|
|||||||
sudo pip install key-mapper
|
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
|
## Roadmap
|
||||||
|
|
||||||
- [x] show a dropdown to select valid devices
|
- [x] show a dropdown to select valid devices
|
||||||
|
Loading…
Reference in New Issue
Block a user