mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
5c496d5ddc
10
README.md
10
README.md
@ -3,9 +3,7 @@
|
|||||||
<p align="center">A Linux tool to change and program the mapping of your input device buttons.</p>
|
<p align="center">A Linux tool to change and program the mapping of your input device buttons.</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="#Ubunut/Debian">Ubunut/Debian</a>
|
<a href="#ubuntudebian">Ubuntu/Debian</a> • <a href="#manjaroarch">Manjaro/Arch</a> • <a href="#git">Git</a>
|
||||||
<a href="#Manjaro/Arch">Manjaro/Arch</a>
|
|
||||||
<a href="#Git">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>
|
||||||
@ -41,7 +39,7 @@ For a list of supported keystrokes and their names, check the output of
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
#### Ubunut/Debian
|
##### Ubuntu/Debian
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dpkg -i $(wget TODO)
|
dpkg -i $(wget TODO)
|
||||||
@ -49,13 +47,13 @@ usermod -a -G input $USER
|
|||||||
usermod -a -G plugdev $USER
|
usermod -a -G plugdev $USER
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Manjaro/Arch
|
##### Manjaro/Arch
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pacaur -S key-mapper-git
|
pacaur -S key-mapper-git
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Git
|
##### Git
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/sezanzeb/key-mapper.git
|
git clone https://github.com/sezanzeb/key-mapper.git
|
||||||
|
Loading…
Reference in New Issue
Block a user