update ToDo

This commit is contained in:
chrys 2016-07-08 00:10:36 +02:00
parent f52bef7e0c
commit 75a9a7fcdf

14
TODO
View File

@ -1,12 +1,8 @@
ToDos in Priority order: ToDos in Priority order:
- Input and shortcuts
http://python-evdev.readthedocs.io/en/latest/tutorial.html
http://stackoverflow.com/questions/12384772/how-can-i-capture-mouseevents-and-keyevents-using-python-in-background-on-linux
maybe TTY in RAW MODE
https://docs.python.org/2/library/termios.html
https://docs.python.org/2/library/termios.html
- shortcut handling
- implement command structure (next_[line,word,char], prev_[line,word,char], and others - implement command structure (next_[line,word,char], prev_[line,word,char], and others
- threading ReadContent, ReadShortcuts, executeCommands, listenNewTTYsForListen, controllThread (main)
- Settings (make it configureable) - Settings (make it configureable)
- beeps (sound Icons) - beeps (sound Icons)
- implement braille - implement braille
@ -48,3 +44,9 @@ cat /sys/devices/virtual/tty/tty0/active
http://serverfault.com/questions/306854/how-to-find-out-the-currently-active-linux-virtual-terminal-while-connected-via http://serverfault.com/questions/306854/how-to-find-out-the-currently-active-linux-virtual-terminal-while-connected-via
- debugging - debugging
- threading ReadContent, ReadShortcuts, executeCommands, listenNewTTYsForListen, controllThread (main)
- Input
http://python-evdev.readthedocs.io/en/latest/tutorial.html
http://stackoverflow.com/questions/12384772/how-can-i-capture-mouseevents-and-keyevents-using-python-in-background-on-linux
maybe TTY in RAW MODE