From 008e85b6125cc0891c9abfa3859874d8b8177f93 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Thu, 11 May 2017 17:09:39 +0200 Subject: [PATCH] Update TODO v2.0 --- TODO v2.0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO v2.0 b/TODO v2.0 index 8f297588..5f25286a 100644 --- a/TODO v2.0 +++ b/TODO v2.0 @@ -52,6 +52,8 @@ Braille Support: Driver: - implement PTY Screen driver (to use gnome-terminal and other terminal emulators) https://docs.python.org/3.2/library/pty.html + http://sqizit.bartletts.id.au/2011/02/14/pseudo-terminals-in-python/ + https://blog.konpat.me/pythons-pseudo-terminal-pty-examples/ - 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