Update TODO

This commit is contained in:
chrys87 2016-08-30 16:27:44 +02:00 committed by GitHub
parent 6b2b58bc74
commit 805bb1e910

12
TODO
View File

@ -1,5 +1,10 @@
ToDos in Priority order: ToDos in Priority order:
- Known Bugs
sometimes the screen is spoken from the beginning without need to
sometimes it crashes (mostly on huge screenchanges)
gstreamer sounddriver doesnt work
- try to consume shortcuts - try to consume shortcuts
grab keyboard exclusive [x] grab keyboard exclusive [x]
release keyboard on error or quit [-] release keyboard on error or quit [-]
@ -11,15 +16,9 @@ ToDos in Priority order:
possiblity to forewart shortcut [pressing twice while timeout] [] possiblity to forewart shortcut [pressing twice while timeout] []
cleanup inputManager [-] cleanup inputManager [-]
- add setting for ignore screens ( dont grab shortcuts from X or orca)
- add setting for autodetect X - add setting for autodetect X
- dictonary for special chars and string replacements - dictonary for special chars and string replacements
- Known Bugs
sometimes the screen is spoken from the beginning without need to
sometimes it crashes (mostly on huge screenchanges)
gstreamer sounddriver doesnt work
- implement commands - implement commands
attributes_curr_char attributes_curr_char
toggle_highlighted_mode toggle_highlighted_mode
@ -125,6 +124,7 @@ except KeyboardInterrupt:
https://github.com/seb-m/pyinotify/wiki/Tutorial https://github.com/seb-m/pyinotify/wiki/Tutorial
http://www.saltycrane.com/blog/2010/04/monitoring-filesystem-python-and-pyinotify/ http://www.saltycrane.com/blog/2010/04/monitoring-filesystem-python-and-pyinotify/
- add setting for ignore screens ( dont grab shortcuts from X or orca)
- soundIcons - soundIcons
- performance tuning - performance tuning
- add sound volume - add sound volume