ToDo: mark pause stuff as Done, Add ability for external scripts
This commit is contained in:
parent
b144ec06a7
commit
65448b54fb
14
TODO
14
TODO
@ -4,10 +4,10 @@ ToDos in Priority order:
|
|||||||
Fenrir key sometimes wents crazy?
|
Fenrir key sometimes wents crazy?
|
||||||
gstreamer sounddriver doesnt work (i think it needs a Glib
|
gstreamer sounddriver doesnt work (i think it needs a Glib
|
||||||
|
|
||||||
- add pause handling
|
- external scripting
|
||||||
create pause
|
load scripts from a folder as subprocess
|
||||||
make duration of pause configurable
|
create thread
|
||||||
make it configurable when the pause the pause happens
|
load key definition of keybindings like SOPS did
|
||||||
|
|
||||||
- implement braille
|
- implement braille
|
||||||
output to braille device
|
output to braille device
|
||||||
@ -39,7 +39,7 @@ https://wiki.gnome.org/Attic/LSR/ScratchPad/Braille/BrlAPI
|
|||||||
next_word_phonetic
|
next_word_phonetic
|
||||||
prev_word_phonetic
|
prev_word_phonetic
|
||||||
attributes_curr_char
|
attributes_curr_char
|
||||||
command for run configurable scripts as subprocess/ pass environment[screenData]
|
|
||||||
toggle_highlighted_mode
|
toggle_highlighted_mode
|
||||||
generic list command (convert clipboard management)
|
generic list command (convert clipboard management)
|
||||||
next item
|
next item
|
||||||
@ -243,3 +243,7 @@ ps a -o tty,comm | grep -e Xorg | grep -v "grep -e Xorg"
|
|||||||
- dictonary for special chars and string replacements
|
- dictonary for special chars and string replacements
|
||||||
- punctuation
|
- punctuation
|
||||||
- beep on cursor to capital letters in cursor and review
|
- beep on cursor to capital letters in cursor and review
|
||||||
|
- add pause handling
|
||||||
|
create pause
|
||||||
|
make it configurable when the pause the pause happens
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user