SessionCtl // Turn off ASCII mode while switching CHS/CHT.
This commit is contained in:
parent
1edce13f67
commit
e5143b9b4f
|
@ -335,6 +335,7 @@ public extension SessionCtl {
|
||||||
/// 專門用來就地切換繁簡模式的函式。
|
/// 專門用來就地切換繁簡模式的函式。
|
||||||
@objc func switchInputMode(_: Any? = nil) {
|
@objc func switchInputMode(_: Any? = nil) {
|
||||||
guard let client: IMKTextInput = client() else { return }
|
guard let client: IMKTextInput = client() else { return }
|
||||||
|
defer { isASCIIMode = false }
|
||||||
let nowMode = IMEApp.currentInputMode
|
let nowMode = IMEApp.currentInputMode
|
||||||
guard nowMode != .imeModeNULL else { return }
|
guard nowMode != .imeModeNULL else { return }
|
||||||
modeCheck: for neta in TISInputSource.allRegisteredInstancesOfThisInputMethod {
|
modeCheck: for neta in TISInputSource.allRegisteredInstancesOfThisInputMethod {
|
||||||
|
|
Loading…
Reference in New Issue