implement plugin autoload

This commit is contained in:
chrys 2016-07-09 02:56:25 +02:00
parent 70ba9a7a66
commit e5dad5f4c2

2
TODO
View File

@ -1,7 +1,6 @@
ToDos in Priority order: ToDos in Priority order:
- Settings (make it configureable) - Settings (make it configureable)
- autoload plugins while starting
- beeps (sound Icons) - beeps (sound Icons)
- implement commands (next_[line,word,char], prev_[line,word,char], and others - implement commands (next_[line,word,char], prev_[line,word,char], and others
- implement braille - implement braille
@ -49,6 +48,7 @@ http://serverfault.com/questions/306854/how-to-find-out-the-currently-active-lin
- debugging - debugging
- threading ReadContent, ReadShortcuts, executeCommands, listenNewTTYsForListen, controllThread (main) - threading ReadContent, ReadShortcuts, executeCommands, listenNewTTYsForListen, controllThread (main)
- autoload plugins while starting
- Input - Input
http://python-evdev.readthedocs.io/en/latest/tutorial.html http://python-evdev.readthedocs.io/en/latest/tutorial.html