Add callback support for `HotKey`
sindresorhus opened this issue · 0 comments
sindresorhus commented
Like this:
let hotKey = HotKey(identifier: "KeyHolderExample", keyCombo: keyCombo) {
print("HotKey called!")
}
hotKey.register()
sindresorhus opened this issue · 0 comments
Like this:
let hotKey = HotKey(identifier: "KeyHolderExample", keyCombo: keyCombo) {
print("HotKey called!")
}
hotKey.register()