Update TODO v2.0
This commit is contained in:
parent
ac4edd2d67
commit
a9381d87d4
13
TODO v2.0
13
TODO v2.0
@ -23,9 +23,10 @@ Braille Support:
|
|||||||
output to braille device
|
output to braille device
|
||||||
virtual buffer area for scroll left/right if the line is to long for device
|
virtual buffer area for scroll left/right if the line is to long for device
|
||||||
print cursor in review
|
print cursor in review
|
||||||
print cursor in textmode
|
print cursor in textmode
|
||||||
|
make flushMode configurable
|
||||||
|
make flushTimeout configurable
|
||||||
flush message after X seconds and show current line (review over text)
|
flush message after X seconds and show current line (review over text)
|
||||||
make flush configurable
|
|
||||||
leve review mode on typing (show current textline)
|
leve review mode on typing (show current textline)
|
||||||
command for scroll left
|
command for scroll left
|
||||||
command for scroll right
|
command for scroll right
|
||||||
@ -41,8 +42,8 @@ Braille Support:
|
|||||||
Driver:
|
Driver:
|
||||||
- implement PTY Screen driver (to use gnome-terminal and other terminal emulators)
|
- implement PTY Screen driver (to use gnome-terminal and other terminal emulators)
|
||||||
https://docs.python.org/3.2/library/pty.html
|
https://docs.python.org/3.2/library/pty.html
|
||||||
|
- implement PTY Input driver
|
||||||
- ATK input driver (dont grab on graphical interface)
|
- ATK input driver (dont grab on graphical interface)
|
||||||
- BrlTTY driver
|
|
||||||
- implement speechdriver generic
|
- implement speechdriver generic
|
||||||
- implement autodetection of plugged and removed input devices (python-pyudev) for evdev driver
|
- implement autodetection of plugged and removed 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
|
||||||
@ -53,6 +54,8 @@ Settings:
|
|||||||
- menue for settings configuration #storm
|
- menue for settings configuration #storm
|
||||||
|
|
||||||
Application Profiles
|
Application Profiles
|
||||||
|
- reimplement process detection without subprocessing
|
||||||
|
- reuse new porcess detection code for X11 detection
|
||||||
- fenrir is not able to detect the current application inside of screen.
|
- fenrir is not able to detect the current application inside of screen.
|
||||||
ps -e -H -o pid,pgrp,ppid,tty,cmd
|
ps -e -H -o pid,pgrp,ppid,tty,cmd
|
||||||
http://stackoverflow.com/questions/24861351/how-to-detect-if-python-script-is-being-run-as-a-background-process/24862213
|
http://stackoverflow.com/questions/24861351/how-to-detect-if-python-script-is-being-run-as-a-background-process/24862213
|
||||||
@ -64,6 +67,6 @@ Application Profiles
|
|||||||
per application onInput
|
per application onInput
|
||||||
- per application shortcuts
|
- per application shortcuts
|
||||||
|
|
||||||
|
|
||||||
-----------DONE----------------
|
-----------DONE----------------
|
||||||
Add nice dummy drivers
|
- Add nice dummy drivers
|
||||||
|
- initial BrlTTY driver
|
||||||
|
Loading…
Reference in New Issue
Block a user