KeyHandler // Bind Seigyou(8) and Starlight(9) parsers.

This commit is contained in:
ShikiSuen 2022-07-28 22:48:23 +08:00
parent b996b2d51b
commit b0cb5da628
1 changed files with 4 additions and 0 deletions

View File

@ -317,6 +317,10 @@ class KeyHandler {
composer.ensureParser(arrange: .ofMiTAC)
case MandarinParser.ofFakeSeigyou.rawValue:
composer.ensureParser(arrange: .ofFakeSeigyou)
case MandarinParser.ofSeigyou.rawValue:
composer.ensureParser(arrange: .ofSeigyou)
case MandarinParser.ofStarlight.rawValue:
composer.ensureParser(arrange: .ofStarlight)
case MandarinParser.ofHanyuPinyin.rawValue:
composer.ensureParser(arrange: .ofHanyuPinyin)
case MandarinParser.ofSecondaryPinyin.rawValue: