From 5edf376562a7af826b55f2bfdbc05154b3375adc Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sun, 29 Nov 2020 23:05:18 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d77d365f..fb47aca5 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@

A tool to change and program the mapping of your input device buttons.

-

- Ubuntu/DebianManjaro/ArchGit/pip -

-

@@ -40,8 +36,8 @@ For a list of supported keystrokes and their names, check the output of ## Installation After your installation, independent of the method, you should add yourself -to the `input` and `plugdev` groups so that you can read keycodes from them. -You have to start the application via sudo otherwise. +to the `input` and `plugdev` groups so that you can read information from your +devices. You have to start the application via sudo otherwise. ```bash sudo usermod -a -G plugdev,input $USER @@ -86,6 +82,7 @@ sudo dpkg -i python3-key-mapper_0.1.0-1_all.deb - [x] support timed macros, maybe using some sort of syntax - [x] add to the AUR, provide .deb file - [ ] automatically load presets when devices get plugged in after login +- [ ] support gamepads as keyboard and mouse combi ## Tests