mark generic speech driver as done
This commit is contained in:
parent
15f6a4c027
commit
f5058a3ecc
@ -39,7 +39,6 @@ Driver:
|
|||||||
https://docs.python.org/3.2/library/pty.html
|
https://docs.python.org/3.2/library/pty.html
|
||||||
- implement PTY Input driver
|
- implement PTY Input driver
|
||||||
- ATK input driver (don't grab on graphical interface)
|
- ATK input driver (don't grab on graphical interface)
|
||||||
- implement speechdriver generic (Easy for contribution)
|
|
||||||
- try to autodetect encoding (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
|
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
|
- 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
|
- 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
|
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:
|
Braille Support:
|
||||||
initial BrlTTY driver
|
initial BrlTTY driver
|
||||||
|
Loading…
Reference in New Issue
Block a user