From 9af179000a03e51aaa3a833dbda66e2341f806d3 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Fri, 1 Jan 2021 14:22:50 +0100 Subject: [PATCH 1/2] Update development.md --- readme/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/development.md b/readme/development.md index f8e2c46c..ec412f42 100644 --- a/readme/development.md +++ b/readme/development.md @@ -26,11 +26,11 @@ requests. - [x] support for non-GUI TTY environments with a command to stop and start - [x] start the daemon in such a way to not require usermod - [x] mapping a combined button press to a key +- [x] add "disable" as mapping option - [ ] mapping joystick directions as buttons, making it act like a D-Pad - [ ] automatically load presets when devices get plugged in after login (udev) - [ ] configure locale for preset to provide a different set of possible keys - [ ] user-friendly way to map btn_left -- [ ] add "disable" as mapping option ## Tests From d192965d91b02a3b913a3d2e0f391c441438430f Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Fri, 1 Jan 2021 14:25:12 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d08738..000dd938 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

A tool to change the mapping of your input device buttons.
- Supports mice, keyboards, gamepads, X11, Wayland and programmable macros. + Supports mice, keyboards, gamepads, X11, Wayland, combined buttons and programmable macros.

Usage - Installation - Development - Screenshots