(self, autoLearn)
| 293 | |
| 294 | # 設定是否啟用自動學習功能 |
| 295 | def setAutoLearn(self, autoLearn): |
| 296 | if autoLearn: |
| 297 | self.chewingContext.set_autoLearn(AUTOLEARN_ENABLED) |
| 298 | else: |
| 299 | self.chewingContext.set_autoLearn(AUTOLEARN_DISABLED) |
| 300 | |
| 301 | # 設定選字按鍵 (123456..., asdf....等等) |
| 302 | def setSelKeys(self, selKeys): |