From 4a1668ce222ac64df76beff78899c0104f8f5e4f Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sat, 31 Oct 2020 19:22:50 +0100 Subject: [PATCH] update roadmap --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c868eece..76e5bdc6 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ work.

-# TODO +# Roadmap - [x] show a dropdown to select an arbitrary device from `xinput list` -- [ ] creating and renaming plugins per device +- [x] creating plugins per device +- [ ] renaming plugins - [ ] load xmodmap files from the config path -- [ ] show a list that can be extended with a `[+]` button, showing `[keycode, current key for that keycode -> target]` +- [x] show a list that can be extended with a `[+]` button +- [ ] The list shows `[keycode, current key for that keycode -> target]` - [ ] generate a xmodmap.*.whatever file out of that (like for example https://github.com/sezanzeb/colemakDE/blob/master/xmodmap.colemak.de) - [ ] load that file (`setxkbmap funnystuff; xmodmap xmodmap.asdf.whatever`, `setxkbmap funnystuff -device `). - [ ] Does it need to be loaded on every startup or every time the device connects? If so, add udev rules