Update TODO
This commit is contained in:
parent
57f61e80f5
commit
39eec7915b
26
TODO
26
TODO
@ -1,20 +1,24 @@
|
|||||||
ToDos in Priority order:
|
ToDos in Priority order:
|
||||||
|
|
||||||
- try to consume shortcuts
|
- try to consume shortcuts
|
||||||
get shortcuts
|
grab keyboard exclusive
|
||||||
forwart nonshortcuts
|
release keyboard on error or quit
|
||||||
grab keyboard
|
grab shortcuts with fenrir key
|
||||||
release keyboard
|
grab "singel key shortcuts" like numpad navigation for review
|
||||||
|
forwart nonshortcuts to system
|
||||||
make grabbing configuarble
|
make grabbing configuarble
|
||||||
possiblity to forewart shortcut
|
possiblity to forewart shortcut [proxyshortcut]
|
||||||
|
possiblity to forewart shortcut [pressing twice while timeout]
|
||||||
|
cleanup inputManager
|
||||||
|
|
||||||
- fix line wrapping bug (multible lines and make a linebreak in the middle of a line)
|
- fix line wrapping bug (multible lines and make a linebreak in the middle of a line)
|
||||||
- handle ncurses "optimisations.."
|
- handle ncurses "optimisations.."
|
||||||
|
|
||||||
- implement commands
|
- implement commands
|
||||||
set_copy_begin_mark
|
|
||||||
set_copy_end_mark
|
|
||||||
copy_marked
|
copy_marked
|
||||||
|
set_clipboard_mark
|
||||||
|
clear_clipboard_marks
|
||||||
|
read_clipboard_mark_text
|
||||||
attributes_curr_char
|
attributes_curr_char
|
||||||
set_area_mark
|
set_area_mark
|
||||||
reset_area_marks
|
reset_area_marks
|
||||||
@ -144,8 +148,12 @@ except KeyboardInterrupt:
|
|||||||
enable_disable_braile #enable, disable braile
|
enable_disable_braile #enable, disable braile
|
||||||
enable_disable_sound #enable, disable sound
|
enable_disable_sound #enable, disable sound
|
||||||
enable_disable_output #enable, disable speech, braile and sound
|
enable_disable_output #enable, disable speech, braile and sound
|
||||||
next,prev,first,last_clipboard
|
next_clipboard
|
||||||
paste
|
prev_clipboard
|
||||||
|
first_clipboard
|
||||||
|
last_clipboard
|
||||||
|
curr_clipboard
|
||||||
|
paste_clipboard
|
||||||
|
|
||||||
- implement onInput commands
|
- implement onInput commands
|
||||||
read_line_if_cursor_change_vertical (needed if you arrow up and down, we want to announce the line)
|
read_line_if_cursor_change_vertical (needed if you arrow up and down, we want to announce the line)
|
||||||
|
Loading…
Reference in New Issue
Block a user