2016-07-05 03:55:29 -04:00
|
|
|
- Input and shortcuts
|
|
|
|
http://python-evdev.readthedocs.io/en/latest/tutorial.html
|
2016-07-05 04:17:24 -04:00
|
|
|
|
2016-07-05 03:55:29 -04:00
|
|
|
- detect all TTYs where users are logged in (maybe PAM notification)
|
|
|
|
- detect collumns in TTYs automaticaly.
|
|
|
|
- move from VCS to VCSA and parese the Attributes
|
2016-07-05 04:24:45 -04:00
|
|
|
http://linux.die.net/man/4/vcsa
|
|
|
|
http://man.cx/vcsa(4)/de
|
|
|
|
http://manpages.org/display-vcsa/7
|
|
|
|
https://en.wikipedia.org/wiki/Virtual_console
|
2016-07-05 08:35:57 -04:00
|
|
|
every second byte is a attribute others are text. fast way: c[::2],c[1::2]
|
2016-07-05 04:17:24 -04:00
|
|
|
|
2016-07-05 03:55:29 -04:00
|
|
|
- implement command structure (next_[line,word,char], prev_[line,word,char], and others
|
|
|
|
- implement braille
|
|
|
|
http://mielke.cc/brltty/doc/Manual-BrlAPI/English/BrlAPI.html
|
2016-07-05 04:50:58 -04:00
|
|
|
https://git.gnome.org/browse/orca/tree/src/orca/braille.py
|
2016-07-05 03:55:29 -04:00
|
|
|
|
|
|
|
- implement speechdriver espeak
|
2016-07-05 04:17:24 -04:00
|
|
|
https://github.com/relsi/python-espeak
|
|
|
|
|
2016-07-05 03:55:29 -04:00
|
|
|
- implement speechdriver speechd
|
2016-07-05 04:17:24 -04:00
|
|
|
https://git.gnome.org/browse/orca/tree/src/orca/speech.py
|
|
|
|
https://git.gnome.org/browse/orca/tree/src/orca/speechdispatcherfactory.py
|
|
|
|
http://devel.freebsoft.org/doc/speechd/speech-dispatcher.html#Client-Programming
|
2016-07-05 04:07:14 -04:00
|
|
|
|
2016-07-05 04:17:24 -04:00
|
|
|
- implement speechdriver generic (say)
|
2016-07-05 04:07:14 -04:00
|
|
|
- threading ReadContent, ReadShortcuts, executeCommands, listenNewTTYsForListen, controllThread (main)
|
|
|
|
- debugging
|
2016-07-05 04:10:02 -04:00
|
|
|
- Settings (make it configureable)
|
2016-07-05 04:17:24 -04:00
|
|
|
- beeps (sound Icons)
|
2016-07-05 04:24:45 -04:00
|
|
|
- autostart systemd
|
2016-07-05 05:43:17 -04:00
|
|
|
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/sect-Managing_Services_with_systemd-Unit_Files.html
|
|
|
|
|
2016-07-05 05:23:00 -04:00
|
|
|
- translateable
|
2016-07-05 04:24:45 -04:00
|
|
|
|