From 152453c2320373e23ec3f735076463290f44ec16 Mon Sep 17 00:00:00 2001 From: chrys Date: Sun, 7 Aug 2016 17:29:24 +0200 Subject: [PATCH] update ToDo --- TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 69b59e0e..ae5a104d 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,5 @@ ToDos in Priority order: -- implement onInput commands - echo_word (echos the last word on pressing space or return) - echo_deleted_char (echos deleted char on screen - - try to consume shortcuts - implement commands @@ -140,3 +136,7 @@ except KeyboardInterrupt: 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) + +- implement onInput commands + echo_word (echos the last word) + echo_deleted_char (echos deleted char on screen