SessionCtl // Force ABC layout if needed when Cassette mode is ON.
This commit is contained in:
parent
f2c5a5297a
commit
49f9a3c995
|
@ -117,7 +117,7 @@ extension SessionCtl {
|
|||
}
|
||||
|
||||
// 在啟用注音排列而非拼音輸入的情況下,強制將當前鍵盤佈局翻譯為美規鍵盤。
|
||||
if inputHandler.composer.parser.rawValue < 100 {
|
||||
if inputHandler.composer.parser.rawValue < 100 || IMKHelper.isDynamicBasicKeyboardLayoutEnabled {
|
||||
eventToDeal = eventToDeal.inAppleABCStaticForm
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue