diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live-bottom/30accessibility | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/live-bottom/30accessibility b/scripts/live-bottom/30accessibility index 314496d..eaf3a50 100755 --- a/scripts/live-bottom/30accessibility +++ b/scripts/live-bottom/30accessibility @@ -67,7 +67,7 @@ case ${ACCESS} in if type orca > /dev/null 2>&1 then mkdir -p /root/home/${USERNAME}/.orca - echo "orca.settings.enableSpeech = True" >> /root/home/${USERNAME}/.orca/orca-customizations.py + echo "orca.settings.enableSpeech = False" >> /root/home/${USERNAME}/.orca/orca-customizations.py echo "orca.settings.enableMagnifier = True" >> /root/home/${USERNAME}/.orca/orca-customizations.py fi ;; @@ -90,7 +90,7 @@ case ${ACCESS} in if type orca > /dev/null 2>&1 then mkdir -p /root/home/${USERNAME}/.orca - echo "orca.settings.enableSpeech = True" >> /root/home/${USERNAME}/.orca/orca-customizations.py + echo "orca.settings.enableSpeech = False" >> /root/home/${USERNAME}/.orca/orca-customizations.py echo "orca.settings.enableBraille = True" >> /root/home/${USERNAME}/.orca/orca-customizations.py fi ;; |
