diff --git a/TODO b/TODO index d17f4c93..c8dad9fd 100644 --- a/TODO +++ b/TODO @@ -1,20 +1,15 @@ ToDos in Priority order: -https://docs.python.org/2/library/termios.html -- shortcut handling -http://stackoverflow.com/questions/287757/pythons-configparser-unique-keys-per-section -0=down, 1=press, 2=hold -2KEY_SHIFT, 1KEY_A = say_current_line_cursor -- implement command structure -- implement commands (next_[line,word,char], prev_[line,word,char], and others - Settings (make it configureable) +- autoload plugins while starting - beeps (sound Icons) +- implement commands (next_[line,word,char], prev_[line,word,char], and others - implement braille http://mielke.cc/brltty/doc/Manual-BrlAPI/English/BrlAPI.html https://git.gnome.org/browse/orca/tree/src/orca/braille.py -- implement speechdriver generic (say) - autostart systemd +- implement speechdriver generic (say) https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/sect-Managing_Services_with_systemd-Unit_Files.html - translateable @@ -37,7 +32,12 @@ https://github.com/relsi/python-espeak it seems we have this info in vcsa - get current cursor - +- shortcut handling +https://docs.python.org/2/library/termios.html +http://stackoverflow.com/questions/287757/pythons-configparser-unique-keys-per-section +0=down, 1=press, 2=hold +2KEY_SHIFT, 1KEY_A = say_current_line_cursor +- implement command structure - 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