MacOS 自带的双拼输入法提供的可选双拼方案很少,然而实际上很多常见方案都支持设置,因为未知的原因没有直接提供选项,只需使用如下命令即可一键开启所需要的双拼方案:
- 全拼:
defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 0
- 智能 ABC:
defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 1
- 微软双拼:
defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 2
- 紫光双拼:
defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 3
- 小鹤双拼:
defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 4
- 自然码:
defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 5
- 拼音加加:
defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 6
- 搜狗双拼:
defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 7
修改后,在系统设置中,双拼方案选项处会显示选中了一个空白条目,此时即修改成功,可测试使用新的双拼方案了。