ctlIME // Regain input focus right-after rebooting the IME.
This commit is contained in:
parent
095d86f329
commit
ccd9d524df
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue