Merge branch 'main' of github.com:sezanzeb/key-mapper into main

pull/14/head
sezanzeb 4 years ago
commit 813bb55134

@ -4,7 +4,7 @@
<p align="center">
A tool to change the mapping of your input device buttons.<br/>
Supports mice, keyboards, gamepads, X11, Wayland and programmable macros.
Supports mice, keyboards, gamepads, X11, Wayland, combined buttons and programmable macros.
</p>
<p align="center"><a href="readme/usage.md">Usage</a> - <a href="#installation">Installation</a> - <a href="readme/development.md">Development</a> - <a href="#screenshots">Screenshots</a></p>

@ -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

Loading…
Cancel
Save