mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
Update README.md
This commit is contained in:
parent
0ede853bab
commit
a6a7fbf18f
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="#Ubuntu/Debian">Ubuntu/Debian</a> • <a href="#Manjaro/Arch">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>
|
||||||
@ -51,7 +49,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)
|
||||||
@ -59,7 +57,7 @@ usermod -a -G input $USER
|
|||||||
usermod -a -G plugdev $USER
|
usermod -a -G plugdev $USER
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Manjaro/Arch
|
##### Manjaro/Arch
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
@ -67,7 +65,7 @@ TODO
|
|||||||
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