pinephone-keyboard/TODO

27 lines
829 B
Plaintext
Raw Normal View History

2022-01-16 11:00:46 -05:00
Userspace input device daemon and other tools
---------------------------------------------
2021-06-16 12:19:34 -04:00
- allow to read keymap config from a file instead of compiling it in
- improve combo key handling
- sticky keys entry mode?
- add various modal modes:
- show modal hints on the display
- write to linux console framebuffer directly
- run a generic process/script (eg. to show mode in i3 status bar)
Modes:
- navigation mode arrows work as arrows without holding Fn key, holding
Fn key inverts the meaning to primary (so Fn+Up types a 'dot')
- sticky Fn mode (all keys act as if Fn is being held)
- sticky keys mode (build a multi-key shortcut gradually, without having to
hold multiple keys at once)
- ???
2022-01-16 11:00:46 -05:00
Charger tool:
- implement dumping of charger status to bash variables
- generally improve the CLI interface