Quantcast
Channel: krypted – krypted
Viewing all articles
Browse latest Browse all 1241

Disable Autocorrect In OS X Automated Workflows

$
0
0

I mess computers up a lot. And that means I have to reload operating systems a lot. I’ve also been having terrible issues caused by autocorrect. So… Let’s disable it. By sending the NSAutomaticSpellingCorrectionEnabled key as a false boolean into NSGlobalDomain:

defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false


Viewing all articles
Browse latest Browse all 1241

Trending Articles