Describe the bug
Periods being inserted automatically after words when spacebar is pressed twice, even with the setting "Edit" > "Spelling and Grammar" > "Correct Spelling Automatically" disabled.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No automatic spelling/grammar corrections should be applied with this setting disabled
Actual behavior
A period is automatically added after the word from step 2 above
Workaround
None so far
Supporting Files
N/A
Desktop (please complete the following information):
Additional context
N/A
defaults write -globalDomain "NSAutomaticPeriodSubstitutionEnabled" -bool false
Anniversary issue #1000 馃コ
defaults write -globalDomain "NSAutomaticPeriodSubstitutionEnabled" -bool false
Yep, this was the issue.
(Can also be changed in the normal macOS Keyboard settings under "Text" > "Add Period with double space".
I just failed to notice it when checking there originally <facepalm>
Also, it just never seemed to actually happen in any other app I use currently other than FSNotes so just figured it was specific to the app.
Most helpful comment
Anniversary issue #1000 馃コ