Clipy/Magnet

Add callback support for `HotKey`

sindresorhus opened this issue · 0 comments

Like this:

let hotKey = HotKey(identifier: "KeyHolderExample", keyCombo: keyCombo) {
	print("HotKey called!")
}
hotKey.register()