vChewing-macOS/Packages/vChewing_IMKUtils
ShikiSuen 9d077a9d49 Repo // Massive refactor & renovation.
- This commit is a massive refactor update towards the current vChewing codebase, modernizing the entire project structure.
- Put things into packages to boost compile speed.
- Also: IMKCandidates // macOS 10.13 High Sierra compatibility.
- ctlIME // Remove duplicated setValue().
2022-12-17 14:49:04 +08:00
..
Sources/IMKUtils Repo // Massive refactor & renovation. 2022-12-17 14:49:04 +08:00
.gitignore Repo // Massive refactor & renovation. 2022-12-17 14:49:04 +08:00
Package.swift Repo // Massive refactor & renovation. 2022-12-17 14:49:04 +08:00
README.md Repo // Massive refactor & renovation. 2022-12-17 14:49:04 +08:00

README.md

IMKUtils

該模組套裝使得輸入法的登記啟用過程與鍵盤佈局管理過程更加簡便。分兩部分組成:

  • IMKHelper: (c) 2021 and onwards The vChewing Project (MIT-NTL License).
  • TISInputSourceExtension:
    • (c) 2021 and onwards The vChewing Project (MIT-NTL License).
    • (c) 2018 and onwards Mizuno Hiroki (a.k.a. "Mzp") (MIT License).
    • 詳情請參見 TISInputSourceExtension.swift 內部的各種 pragma mark 標記。