ctlIME // Regain input focus right-after rebooting the IME.
This commit is contained in:
parent
0ae894d639
commit
c1e958a187
|
@ -261,6 +261,7 @@ extension ctlInputMethod {
|
|||
}
|
||||
|
||||
@objc func selfTerminate(_ sender: Any?) {
|
||||
NSApp.activate(ignoringOtherApps: true)
|
||||
NSApp.terminate(nil)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue