From f166fb2be25873adf1e25b631d13fe9a9bc47b8b Mon Sep 17 00:00:00 2001 From: chrys87 Date: Mon, 8 May 2017 17:46:26 +0200 Subject: [PATCH] Update TODO v2.0 --- TODO v2.0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO v2.0 b/TODO v2.0 index e34e1df4..8f297588 100644 --- a/TODO v2.0 +++ b/TODO v2.0 @@ -18,7 +18,7 @@ General: The event loop is to be done as "queue" since those are thread safe. The threads are reading incomming data and add the events and data to the queue the mainloop just reads the queue in an blocking way and executes the needed codepath with the data. -- leave review on typing (Prototype "charmapTTY" in play zone) +- leave review on typing - implement commands Tutorial Mode: navigate through a list of bound commands. speak binding and description. @@ -55,7 +55,7 @@ Driver: - implement PTY Input driver - ATK input driver (don't grab on graphical interface) https://git.linux-a11y.org/AIT/pyatspi2/src/master/examples/keypress.py -- try to autodetect encoding (Easy for contribution) +- try to autodetect encoding (Easy for contribution) (Prototype "charmapTTY" in play zone) https://stackoverflow.com/questions/6396659/how-do-you-get-the-encoding-of-the-terminal-from-within-a-python-script - Dectalk SpeechDriver https://github.com/tvraman/emacspeak/blob/master/servers/obsolete/python/dectalk.py