update ToDo
This commit is contained in:
parent
f52bef7e0c
commit
75a9a7fcdf
14
TODO
14
TODO
@ -1,12 +1,8 @@
|
||||
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
|
||||
- threading ReadContent, ReadShortcuts, executeCommands, listenNewTTYsForListen, controllThread (main)
|
||||
- Settings (make it configureable)
|
||||
- beeps (sound Icons)
|
||||
- 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
|
||||
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user