ctlIME // Regain input focus right-after rebooting the IME.

This commit is contained in:
ShikiSuen 2022-04-14 20:39:15 +08:00
parent 0ae894d639
commit c1e958a187
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ extension ctlInputMethod {
} }
@objc func selfTerminate(_ sender: Any?) { @objc func selfTerminate(_ sender: Any?) {
NSApp.activate(ignoringOtherApps: true)
NSApp.terminate(nil) NSApp.terminate(nil)
} }