From 0c7f21147503edd26427031ea4e34da61492bc93 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sun, 15 Nov 2020 12:15:58 +0100 Subject: [PATCH] update roadmap --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0c6e8cd9..b8a2fa36 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ **Almost done** -GUI tool to map input buttons to e.g. change the macro keys of a mouse or any keyboard to something -different. It should not be device specific, any input device supported by Linux plug and play will likely -work. +GUI tool to map input buttons to e.g. change the macro keys of a mouse or +any keyboard to something different. It should not be device specific, any +input device supported by Linux plug and play will likely work.

@@ -16,11 +16,11 @@ work. sudo python3 setup.py install && sudo key-mapper-gtk -d ``` -# Dependencies +You can also start it via your applications menu. -No idea which one are relevant at the moment +# Dependencies -`evtest`, `libinput`, `python-evdev` +`python-evdev` # Tests @@ -34,11 +34,11 @@ sudo python3 setup.py install && python3 tests/test.py - [x] creating presets per device - [x] renaming presets - [x] show a list for mappings `[keycode -> target]` -- [x] make that list extend itself automatically - [x] read keycodes with evdev -- [x] generate a file for /usr/share/X11/xkb/symbols/ for each preset -- [x] load that file with `setxkbmap` +- [x] make that list extend itself automatically +- [x] load that file with `setxkbmap` on button press - [x] keep the system defaults for unmapped buttons +- [x] offer going back to the system default - [x] highlight changes and alert before discarding unsaved changes - [ ] automatically load the preset (on startup?, udev on mouse connect?) - [ ] make it work on wayland