update TODO
This commit is contained in:
parent
bee2050985
commit
abc12a4a8a
32
TODO
32
TODO
@ -1,31 +1,20 @@
|
|||||||
ToDos in Priority order:
|
ToDos in Priority order:
|
||||||
- soundIcons
|
- soundIcons
|
||||||
- implement commands
|
- implement commands
|
||||||
curr_word
|
|
||||||
curr_char
|
|
||||||
next_word
|
|
||||||
next_char
|
|
||||||
prev_word
|
|
||||||
prev_char
|
|
||||||
set_copy_begin_mark
|
set_copy_begin_mark
|
||||||
set_copy_end_mark
|
set_copy_end_mark
|
||||||
copy_marked
|
copy_marked
|
||||||
paste
|
paste
|
||||||
attributes_curr_char
|
attributes_curr_char
|
||||||
enable_disable_output #enable, disable speech, braile and sound
|
enable_disable_output #enable, disable speech, braile and sound
|
||||||
enable_disable_speech #enable, disable speech
|
|
||||||
enable_disable_braile #enable, disable braile
|
|
||||||
enable_disable_sound #enable, disable sound
|
|
||||||
set_area_mark
|
set_area_mark
|
||||||
reset_area_marks
|
reset_area_marks
|
||||||
toggle_highlighted_mode
|
toggle_highlighted_mode
|
||||||
|
|
||||||
- implement onInput commands
|
- implement onInput commands
|
||||||
read_line_if_cursor_change_vertical (needed if you arrow up and down, we want to announce the line)
|
|
||||||
read_char_if_cursur_change_horizontal (needed if you arrow left and right, we want to announce the char under the cursor)
|
|
||||||
echo_char (echos the last char on pressing space or return)
|
|
||||||
echo_word (echos the last word on pressing space or return)
|
echo_word (echos the last word on pressing space or return)
|
||||||
|
echo_deleted_char (echos deleted char on screen
|
||||||
|
|
||||||
- implement onScreenChange commands
|
- implement onScreenChange commands
|
||||||
read highlighted text mode
|
read highlighted text mode
|
||||||
window mode (define a area and just read that changes)
|
window mode (define a area and just read that changes)
|
||||||
@ -131,3 +120,20 @@ except KeyboardInterrupt:
|
|||||||
https://www.infoq.com/articles/inotify-linux-file-system-event-monitoring
|
https://www.infoq.com/articles/inotify-linux-file-system-event-monitoring
|
||||||
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/
|
||||||
|
|
||||||
|
|
||||||
|
- implement commands
|
||||||
|
curr_word
|
||||||
|
curr_char
|
||||||
|
next_word
|
||||||
|
next_char
|
||||||
|
prev_word
|
||||||
|
prev_char
|
||||||
|
enable_disable_speech #enable, disable speech
|
||||||
|
enable_disable_braile #enable, disable braile
|
||||||
|
enable_disable_sound #enable, disable sound
|
||||||
|
|
||||||
|
- implement onInput commands
|
||||||
|
read_line_if_cursor_change_vertical (needed if you arrow up and down, we want to announce the line)
|
||||||
|
read_char_if_cursur_change_horizontal (needed if you arrow left and right, we want to announce the char under the cursor)
|
||||||
|
echo_char (echos the last char on pressing space or return)
|
||||||
|
Loading…
Reference in New Issue
Block a user