From 13f215be338551d80f16a1d764efcbe6ec5fd71c Mon Sep 17 00:00:00 2001 From: chrys87 Date: Mon, 25 Jul 2016 20:11:27 +0200 Subject: [PATCH] Update TODO --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 20084578..fb60b730 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,6 @@ ToDos in Priority order: copy_marked paste attributes_curr_char - enable_disable_output #enable, disable speech, braile and sound set_area_mark reset_area_marks toggle_highlighted_mode @@ -131,7 +130,8 @@ except KeyboardInterrupt: enable_disable_speech #enable, disable speech enable_disable_braile #enable, disable braile enable_disable_sound #enable, disable sound - + enable_disable_output #enable, disable speech, braile and 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)