update ToDo

This commit is contained in:
chrys 2016-09-28 22:31:18 +02:00
parent 80dbc0f271
commit 4ca5e90909

37
TODO
View File

@ -1,30 +1,13 @@
ToDos in Priority order: ToDos in Priority order:
- Known Bugs - Known Bugs
copy to clipboard does not work
Fenrir is not suspending on suspended TTYs Fenrir is not suspending on suspended TTYs
sometimes text is presented twice (easiest to reproduce, type something while in irssi) sometimes text is presented twice (easiest to reproduce, type something while in irssi)
mutt is not always announcing current message when you arrow to it. usually if there are more than 18 messages mutt is not always announcing current message when you arrow to it. usually if there are more than 18 messages
arrow keys are not speaking letters/punctuation as you move over them
gstreamer sounddriver doesnt work (i think it needs a Glib gstreamer sounddriver doesnt work (i think it needs a Glib
next word wrapping sometimes skips a word on beginn of line next word wrapping sometimes skips a word on beginn of line
input handling does not work propperly
- rework inputManager - parse punctuation setting file in conf/substitution
try to consume shortcuts
grab keyboard exclusive
release keyboard on error or quit
grab shortcuts with fenrir key
grab "singel key shortcuts" like numpad navigation for review
forwart nonshortcuts to system
make grabbing configuarble
possiblity to forewart shortcut [proxyshortcut]
possiblity to forewart shortcut (or use them as shortcut) [pressing twice while timeout]
cleanup inputManager
split input driver out of the handler
- dictonary for special chars and string replacements
- punctuation
- announce capslock - announce capslock
- anounce numlock - anounce numlock
- anounce scroll - anounce scroll
@ -46,7 +29,6 @@ arrow keys are not speaking letters/punctuation as you move over them
- implement onScreenUpdate commands - implement onScreenUpdate commands
read highlighted text mode read highlighted text mode
window mode (define a area and just read that changes)
- add the debugging to core - add the debugging to core
- autostart systemd - autostart systemd
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/sect-Managing_Services_with_systemd-Unit_Files.html https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/sect-Managing_Services_with_systemd-Unit_Files.html
@ -216,6 +198,7 @@ ps a -o tty,comm | grep -e Xorg | grep -v "grep -e Xorg"
promoted text promoted text
clear_marks_on_screen_change clear_marks_on_screen_change
leve_review_mode_on_screen_change leve_review_mode_on_screen_change
window mode (define a area and just read that changes)
- add screenManager - add screenManager
abstract screen driver abstract screen driver
@ -226,3 +209,19 @@ ps a -o tty,comm | grep -e Xorg | grep -v "grep -e Xorg"
onAppProfileChange onAppProfileChange
onScreenChange onScreenChange
rename current onScreenChange to onScreenUpdate rename current onScreenChange to onScreenUpdate
- rework inputManager
try to consume shortcuts
grab keyboard exclusive
release keyboard on error or quit
grab shortcuts with fenrir key
grab "singel key shortcuts" like numpad navigation for review
forwart nonshortcuts to system
make grabbing configuarble
possiblity to forewart shortcut [proxyshortcut]
possiblity to forewart shortcut (or use them as shortcut) [pressing twice while timeout]
cleanup inputManager
split input driver out of the handler
- dictonary for special chars and string replacements
- punctuation