add Todos

This commit is contained in:
chrys87 2016-07-05 10:17:24 +02:00 committed by GitHub
parent cf6cc0482a
commit a1ba86b45a

12
TODO
View File

@ -1,16 +1,24 @@
- Input and shortcuts - Input and shortcuts
http://python-evdev.readthedocs.io/en/latest/tutorial.html http://python-evdev.readthedocs.io/en/latest/tutorial.html
- detect all TTYs where users are logged in (maybe PAM notification) - detect all TTYs where users are logged in (maybe PAM notification)
- detect collumns in TTYs automaticaly. - detect collumns in TTYs automaticaly.
- move from VCS to VCSA and parese the Attributes - move from VCS to VCSA and parese the Attributes
- implement command structure (next_[line,word,char], prev_[line,word,char], and others - implement command structure (next_[line,word,char], prev_[line,word,char], and others
- implement braille - implement braille
http://mielke.cc/brltty/doc/Manual-BrlAPI/English/BrlAPI.html http://mielke.cc/brltty/doc/Manual-BrlAPI/English/BrlAPI.html
- implement speechdriver espeak - implement speechdriver espeak
- implement speechdriver speechd https://github.com/relsi/python-espeak
- implement speechdriver generic
- implement speechdriver speechd
https://git.gnome.org/browse/orca/tree/src/orca/speech.py
https://git.gnome.org/browse/orca/tree/src/orca/speechdispatcherfactory.py
http://devel.freebsoft.org/doc/speechd/speech-dispatcher.html#Client-Programming
- implement speechdriver generic (say)
- threading ReadContent, ReadShortcuts, executeCommands, listenNewTTYsForListen, controllThread (main) - threading ReadContent, ReadShortcuts, executeCommands, listenNewTTYsForListen, controllThread (main)
- debugging - debugging
- Settings (make it configureable) - Settings (make it configureable)
- beeps (sound Icons)