loolkitconfig.xcu | 3 +++ 1 file changed, 3 insertions(+) New commits: commit dc852924b46c8d0c8c98cd446aef2611ff959c95 Author: Aron Budea <aron.bu...@collabora.com> AuthorDate: Fri May 24 16:28:29 2019 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Mon Sep 23 12:38:39 2019 +0200
Disable two capitals at start autocorrect Change-Id: I2f3183a3e4ea0d56606212b5b53e02bb30b7c02f diff --git a/loolkitconfig.xcu b/loolkitconfig.xcu index 66a98bb1e..bbc78a956 100644 --- a/loolkitconfig.xcu +++ b/loolkitconfig.xcu @@ -7,6 +7,9 @@ <!-- Dialogs have limited real estate, limit drop-down height --> <item oor:path="/org.openoffice.Office.Common/Accessibility"><prop oor:name="ListBoxMaximumLineCount" oor:op="fuse"><value>11</value></prop></item> +<!-- Disable two capitals at start autocorrect --> +<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop oor:name="TwoCapitalsAtStart" oor:op="fuse"><value>false</value></prop></item> + <!-- The Help root URL, or empty for no help (hides the help buttons) --> <item oor:path="/org.openoffice.Office.Common/Help"><prop oor:name="HelpRootURL" oor:op="fuse"><value>https://help.libreoffice.org/help.html?</value></prop></item> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits