diff --git a/config/settings/espeak.settings.conf b/config/settings/espeak.settings.conf index d97ce69a..64f38f04 100644 --- a/config/settings/espeak.settings.conf +++ b/config/settings/espeak.settings.conf @@ -177,6 +177,7 @@ commandPath= #fenrirFont = the font #fenrirFontSize = the fontsize attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize +autoPresentIndent=False [focus] cursor=True diff --git a/config/settings/settings.conf b/config/settings/settings.conf index 4eb5b247..6c9ee18c 100644 --- a/config/settings/settings.conf +++ b/config/settings/settings.conf @@ -185,6 +185,7 @@ commandPath= #fenrirFont = the font #fenrirFontSize = the fontsize attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize +autoPresentIndent=False [focus] #follow the text cursor diff --git a/config/settings/settings.conf.example b/config/settings/settings.conf.example index f68ff09e..4700258e 100644 --- a/config/settings/settings.conf.example +++ b/config/settings/settings.conf.example @@ -186,6 +186,7 @@ commandPath= #fenrirFont = the font #fenrirFontSize = the fontsize attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize +autoPresentIndent=False [focus] #follow the text cursor diff --git a/config/settings/settings.conf.storm b/config/settings/settings.conf.storm index 3a03c8c1..4b22127a 100644 --- a/config/settings/settings.conf.storm +++ b/config/settings/settings.conf.storm @@ -131,6 +131,7 @@ commandPath= #fenrirFont = the font #fenrirFontSize = the fontsize attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize +autoPresentIndent=False [focus] #follow the text cursor diff --git a/config/settings/speech-dispatcher.settings.conf b/config/settings/speech-dispatcher.settings.conf index 03fdd079..8f845072 100644 --- a/config/settings/speech-dispatcher.settings.conf +++ b/config/settings/speech-dispatcher.settings.conf @@ -185,6 +185,7 @@ commandPath= #fenrirFont = the font #fenrirFontSize = the fontsize attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize +autoPresentIndent=False [focus] #follow the text cursor diff --git a/src/fenrirscreenreader/core/settingsData.py b/src/fenrirscreenreader/core/settingsData.py index 27d2c7a0..3d6c3fd1 100644 --- a/src/fenrirscreenreader/core/settingsData.py +++ b/src/fenrirscreenreader/core/settingsData.py @@ -72,7 +72,8 @@ settingsData = { 'spellCheckLanguage': 'en_US', 'scriptPath': '/usr/share/fenrir/scripts', 'commandPath': '/usr/share/fenrir/commands', - 'attributeFormatString': 'Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize' + 'attributeFormatString': 'Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize', + 'autoPresentIndent': False, }, 'focus':{ 'cursor': True,