fenrir/TODO

16 lines
625 B
Plaintext
Raw Normal View History

2016-07-05 03:55:29 -04:00
- Input and shortcuts
http://python-evdev.readthedocs.io/en/latest/tutorial.html
- detect all TTYs where users are logged in (maybe PAM notification)
- detect collumns in TTYs automaticaly.
- move from VCS to VCSA and parese the Attributes
- implement command structure (next_[line,word,char], prev_[line,word,char], and others
- implement braille
http://mielke.cc/brltty/doc/Manual-BrlAPI/English/BrlAPI.html
- implement speechdriver espeak
- implement speechdriver speechd
2016-07-05 04:07:14 -04:00
- implement speechdriver generic
- threading ReadContent, ReadShortcuts, executeCommands, listenNewTTYsForListen, controllThread (main)
- debugging