Update TODO v2.0

This commit is contained in:
chrys87 2017-01-30 16:59:17 +01:00 committed by GitHub
parent f2ff11e31d
commit fddcf50b57

View File

@ -22,18 +22,20 @@ General:
Braille Support:
output to braille device
virtual buffer area for scroll left/right if the line is to long for device
commands for scroll left/right
print cursor in review
print cursor in textmode
flush message after X seconds and show current line (review over text)
make flush configurable
leve review mode on typing (show current textline)
commands for scroll left/right
capture input from braile
make routing keys assignable in keyboard
make brailleTable configurable
tweak current commands and output
http://mielke.cc/brltty/doc/Manual-BrlAPI/English/BrlAPI.html
https://git.gnome.org/browse/orca/tree/src/orca/braille.py
https://wiki.gnome.org/Attic/LSR/ScratchPad/Braille/BrlAPI
https://github.com/google/brailleback/blob/master/third_party/brltty/Bindings/Python/brlapi.pyx
Driver:
- implement PTY Screen driver (to use gnome-terminal and other terminal emulators)