I am trying to create a utility that does not open a window when it is executed, and which will be activated using a hot key; I read that Cocoa currently does not have a function for this and that I should use the deprecated Carbon function.
Is there a way to use global hotkeys in Cocoa? What should I do: wait for Cocoa to enter a function for this or use the carbon function until a similar function is introduced in Cocoa?
source share