我使用 Ukelele 创建了几个 keylayout 文件,并将它们打包成一个包,以确保每个 keylayout 都有其标识符,如org.atelierInmu.vChewing.keyLayouts.zhuyindachen
.
然后我试图在我的输入法项目中使用它。但是,即使我手动设置以下内容,它看起来还远远不够:
// Preferences.basisKeyboardLayout reads the identifier above from the app preferences list file.
let basisKeyboardLayoutID = Preferences.basisKeyboardLayout
(client as? IMKTextInput)?.overrideKeyboard(withKeyboardNamed: basisKeyboardLayoutID)
关于我应该怎么做才能让它工作的任何说明?