OS X:禁止/准许输入拼写检查(Spell Check While Typing)
下面的脚本准队某一个程序禁止输入拼写检查(Spell Check While Typing),只要给program付正确的值
defaults write -g NSAllowContinuousSpellChecking -bool false
只要把False改成True,就可以强制进行输入拼写检查(Spell Check While Typing)。
发布时间: 2012-07-31 12:33:46 作者: rapoo
OS X:禁止/准许输入拼写检查(Spell Check While Typing)
下面的脚本准队某一个程序禁止输入拼写检查(Spell Check While Typing),只要给program付正确的值
defaults write -g NSAllowContinuousSpellChecking -bool false