From b0cb5da6285691c5bfb232d3a736fd594c26b6cb Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Thu, 28 Jul 2022 22:48:23 +0800 Subject: [PATCH] KeyHandler // Bind Seigyou(8) and Starlight(9) parsers. --- Source/Modules/ControllerModules/KeyHandler_Core.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/Modules/ControllerModules/KeyHandler_Core.swift b/Source/Modules/ControllerModules/KeyHandler_Core.swift index bc25f26d..ffe181e1 100644 --- a/Source/Modules/ControllerModules/KeyHandler_Core.swift +++ b/Source/Modules/ControllerModules/KeyHandler_Core.swift @@ -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: