update ToDo

This commit is contained in:
chrys 2016-07-09 01:59:54 +02:00
parent 2029a3ae66
commit 5478900288

18
TODO
View File

@ -1,20 +1,15 @@
ToDos in Priority order: 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) - Settings (make it configureable)
- autoload plugins while starting
- beeps (sound Icons) - beeps (sound Icons)
- implement commands (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
https://git.gnome.org/browse/orca/tree/src/orca/braille.py https://git.gnome.org/browse/orca/tree/src/orca/braille.py
- implement speechdriver generic (say)
- autostart systemd - 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 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 - translateable
@ -37,7 +32,12 @@ https://github.com/relsi/python-espeak
it seems we have this info in vcsa it seems we have this info in vcsa
- get current cursor - 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 - implement speechdriver speechd
https://git.gnome.org/browse/orca/tree/src/orca/speech.py https://git.gnome.org/browse/orca/tree/src/orca/speech.py
https://git.gnome.org/browse/orca/tree/src/orca/speechdispatcherfactory.py https://git.gnome.org/browse/orca/tree/src/orca/speechdispatcherfactory.py