From f5058a3eccf1cdf7613c914913d97a0243af5f06 Mon Sep 17 00:00:00 2001 From: chrys Date: Thu, 2 Mar 2017 22:43:24 +0100 Subject: [PATCH] mark generic speech driver as done --- TODO v2.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO v2.0 b/TODO v2.0 index 2824a1a4..35c8b4cf 100644 --- a/TODO v2.0 +++ b/TODO v2.0 @@ -39,7 +39,6 @@ Driver: https://docs.python.org/3.2/library/pty.html - implement PTY Input driver - ATK input driver (don't grab on graphical interface) -- implement speechdriver generic (Easy for contribution) - try to autodetect encoding (Easy for contribution) https://stackoverflow.com/questions/6396659/how-do-you-get-the-encoding-of-the-terminal-from-within-a-python-script @@ -69,6 +68,7 @@ Application Profiles - add a configurable place where you can place own commands or overwrite existing commands without need to change default code - implement autodetection of plugged and unplugged input devices (python-pyudev) for evdev driver http://askubuntu.com/questions/508236/how-can-i-run-code-whenever-a-usb-device-is-unplugged-without-requiring-root +- implement speechdriver generic (Easy for contribution) Braille Support: initial BrlTTY driver