SessionCtl // Force ABC layout if needed when Cassette mode is ON.

This commit is contained in:
ShikiSuen 2022-10-17 01:38:48 +08:00
parent f2c5a5297a
commit 49f9a3c995
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ extension SessionCtl {
} }
// //
if inputHandler.composer.parser.rawValue < 100 { if inputHandler.composer.parser.rawValue < 100 || IMKHelper.isDynamicBasicKeyboardLayoutEnabled {
eventToDeal = eventToDeal.inAppleABCStaticForm eventToDeal = eventToDeal.inAppleABCStaticForm
} }