Update TODO v2.0

This commit is contained in:
chrys87 2017-08-21 16:32:42 +02:00 committed by GitHub
parent 3a5e4217f8
commit fc46ec7c99

View File

@ -32,8 +32,11 @@ General:
[] curr item [] curr item
[] first item [] first item
[] last item [] last item
- make it runable via pypy3
[] wrapper script for running fenrir that checks if pypy exists, use python3 as fallback.
- Braille Support: Braille Support:
[] brailleFocusMode: [] brailleFocusMode:
[] manual = no automatic toggle command used [] manual = no automatic toggle command used
[] last = follow last used cursor [] last = follow last used cursor
@ -57,11 +60,9 @@ Driver:
http://sqizit.bartletts.id.au/2011/02/14/pseudo-terminals-in-python/ http://sqizit.bartletts.id.au/2011/02/14/pseudo-terminals-in-python/
https://blog.konpat.me/pythons-pseudo-terminal-pty-examples/ https://blog.konpat.me/pythons-pseudo-terminal-pty-examples/
[] talkey driver [] talkey driver
[] implement PTY Input driver [] PTY Input driver
[] ATK input driver (don't grab on graphical interface) [] ATK input driver (don't grab on graphical interface)
https://git.linux-a11y.org/AIT/pyatspi2/src/master/examples/keypress.py https://git.linux-a11y.org/AIT/pyatspi2/src/master/examples/keypress.py
[] Dectalk SpeechDriver (Easy for contribution, device needed - i dont own one) [] Dectalk SpeechDriver (Easy for contribution, device needed - i dont own one)
https://github.com/tvraman/emacspeak/blob/master/servers/obsolete/python/dectalk.py https://github.com/tvraman/emacspeak/blob/master/servers/obsolete/python/dectalk.py