diff --git a/config/settings/espeak.settings.conf b/config/settings/espeak.settings.conf index e4c58ee4..0858bf21 100644 --- a/config/settings/espeak.settings.conf +++ b/config/settings/espeak.settings.conf @@ -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 diff --git a/config/settings/settings.conf b/config/settings/settings.conf index fdb87a16..a53ebe38 100644 --- a/config/settings/settings.conf +++ b/config/settings/settings.conf @@ -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 diff --git a/config/settings/settings.conf.chrys b/config/settings/settings.conf.chrys index 30d6fe0a..38ef83a7 100644 --- a/config/settings/settings.conf.chrys +++ b/config/settings/settings.conf.chrys @@ -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 diff --git a/config/settings/settings.conf.storm b/config/settings/settings.conf.storm index dc5199b0..b42856ae 100644 --- a/config/settings/settings.conf.storm +++ b/config/settings/settings.conf.storm @@ -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 diff --git a/src/fenrir/core/settings.py b/src/fenrir/core/settings.py index bc5fcd97..93b11335 100644 --- a/src/fenrir/core/settings.py +++ b/src/fenrir/core/settings.py @@ -61,7 +61,7 @@ settings = { 'focus':{ 'cursor': True, 'highlight': False, - 'brailleFocusMode': 'review', + 'brailleFocusMode': 'review', # none, review, last, text }, 'review':{ 'lineBreak': True,