add option for brailleFocusMode
This commit is contained in:
@ -130,6 +130,12 @@ scriptPath=/usr/share/fenrir/scripts
|
||||
[focus]
|
||||
cursor=True
|
||||
highlight=False
|
||||
How should the braille follow the focus
|
||||
# manual = no automatic toggle command used
|
||||
# review = priority to review
|
||||
# last = follow last used cursor
|
||||
# text = jumps to textcursor when typing, needs command to be back to review
|
||||
brailleFocusMode=review
|
||||
|
||||
[review]
|
||||
lineBreak=True
|
||||
|
@ -133,6 +133,12 @@ scriptPath=/usr/share/fenrir/scripts
|
||||
cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
How should the braille follow the focus
|
||||
# manual = no automatic toggle command used
|
||||
# review = priority to review
|
||||
# last = follow last used cursor
|
||||
# text = jumps to textcursor when typing, needs command to be back to review
|
||||
brailleFocusMode=review
|
||||
|
||||
[review]
|
||||
lineBreak=True
|
||||
|
@ -132,6 +132,12 @@ scriptPath=/usr/share/fenrir/scripts
|
||||
cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
How should the braille follow the focus
|
||||
# manual = no automatic toggle command used
|
||||
# review = priority to review
|
||||
# last = follow last used cursor
|
||||
# text = jumps to textcursor when typing, needs command to be back to review
|
||||
brailleFocusMode=review
|
||||
|
||||
[review]
|
||||
lineBreak=True
|
||||
|
@ -83,6 +83,12 @@ scriptPath=/usr/share/fenrir/scripts
|
||||
cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
How should the braille follow the focus
|
||||
# manual = no automatic toggle command used
|
||||
# review = priority to review
|
||||
# last = follow last used cursor
|
||||
# text = jumps to textcursor when typing, needs command to be back to review
|
||||
brailleFocusMode=review
|
||||
|
||||
[review]
|
||||
lineBreak=True
|
||||
|
Reference in New Issue
Block a user