ctlIME // DispatchQueue showCheatSheet().
This commit is contained in:
parent
4db10fb9e3
commit
efe4929ad2
|
@ -208,7 +208,9 @@ extension ctlInputMethod {
|
||||||
|
|
||||||
@objc func showCheatSheet(_: Any?) {
|
@objc func showCheatSheet(_: Any?) {
|
||||||
guard let url = Bundle.main.url(forResource: "shortcuts", withExtension: "html") else { return }
|
guard let url = Bundle.main.url(forResource: "shortcuts", withExtension: "html") else { return }
|
||||||
NSWorkspace.shared.openFile(url.path, withApplication: "Safari")
|
DispatchQueue.main.async {
|
||||||
|
NSWorkspace.shared.openFile(url.path, withApplication: "Safari")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@objc func showClientListMgr(_: Any?) {
|
@objc func showClientListMgr(_: Any?) {
|
||||||
|
|
Loading…
Reference in New Issue