From dc3c1e2f1d2c73e623be82a4d473e63110796151 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sat, 21 May 2022 00:38:19 +0800 Subject: [PATCH] KeyHandler // ReEnable libChewing symbol menu by default. --- Source/Modules/ControllerModules/KeyHandler_HandleInput.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/ControllerModules/KeyHandler_HandleInput.swift b/Source/Modules/ControllerModules/KeyHandler_HandleInput.swift index 3124f8c4..a6610dfc 100644 --- a/Source/Modules/ControllerModules/KeyHandler_HandleInput.swift +++ b/Source/Modules/ControllerModules/KeyHandler_HandleInput.swift @@ -351,7 +351,7 @@ extension KeyHandler { // MARK: Punctuation list if input.isSymbolMenuPhysicalKey && !input.isShiftHold { - if !input.isOptionHold { + if input.isOptionHold { if ifLangModelHasUnigrams(forKey: "_punctuation_list") { if _composer.isEmpty { insertReadingToBuilderAtCursor(reading: "_punctuation_list")