more todo

This commit is contained in:
sezanzeb 2020-10-26 23:48:31 +01:00 committed by sezanzeb
parent 5a460ebca5
commit 34d0c7faad

View File

@ -9,7 +9,8 @@ work.
# TODO # TODO
- show a dropdown to select an arbitrary device from - show a dropdown to select an arbitrary device from `xinput list`
- show a list that can be extended with a `[+]` button, showing `[keycode, current key for that keycode -> target]` - show a list that can be extended with a `[+]` button, showing `[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) - generate a xmodmap.*.whatever file out of that (like for example https://github.com/sezanzeb/colemakDE/blob/master/xmodmap.colemak.de)
- load that file. Does it need to be loaded on every startup or every time the device connects? If so, add udev rules - load that file (`setxkbmap funnystuff; xmodmap xmodmap.asdf.whatever`, `setxkbmap funnystuff -device <id>`).
- Does it need to be loaded on every startup or every time the device connects? If so, add udev rules