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

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

View File

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