The better way to achieve this is to:
- Get /Applications/Settings.app/Keyboard.plist
- Convert it to a regular (XML) plist (plutil -convert xml1 file) or use a web based converter if you are running windows.
- add the following stanza:
Code:
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<string>0</string>
<key>defaults</key>
<string>com.apple.Preferences</string>
<key>key</key>
<string>KeyboardAutocorrection</string>
<key>label</key>
<string>Enable Autocorrection</string>
<key>set</key>
<string>setKeyboardPreferenceValue:forSpecifier:</string>
</dict>
Just after the Caps lock stanza.
Replace the file (after converting back to binary if you want, but it's not necessary)
Reboot.
Now you have an option under the keyboard settings to turn it on or off
Bookmarks