This commit is contained in:
chrys 2017-01-31 00:13:54 +01:00
parent 7fd98fe988
commit cda1e21139
5 changed files with 5 additions and 5 deletions

View File

@ -131,7 +131,7 @@ scriptPath=/usr/share/fenrir/scripts
cursor=True
highlight=False
How should the braille follow the focus
# manual = no automatic toggle command used
# none = 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

View File

@ -134,7 +134,7 @@ cursor=True
#follow highlighted text changes
highlight=False
How should the braille follow the focus
# manual = no automatic toggle command used
# none = 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

View File

@ -133,7 +133,7 @@ cursor=True
#follow highlighted text changes
highlight=False
How should the braille follow the focus
# manual = no automatic toggle command used
# none = 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

View File

@ -84,7 +84,7 @@ cursor=True
#follow highlighted text changes
highlight=False
How should the braille follow the focus
# manual = no automatic toggle command used
# none = 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

View File

@ -61,7 +61,7 @@ settings = {
'focus':{
'cursor': True,
'highlight': False,
'brailleFocusMode': 'review',
'brailleFocusMode': 'review', # none, review, last, text
},
'review':{
'lineBreak': True,