Search code examples
objective-ccocoamacos-carbonddhotkey

Detect if a system hotkey already defined with DDHotKey/Carbon


I'm trying to figure out how I can allow a user to customize their hotkey selection without stomping on an already configured system hotkey. Anybody implement something like this?


Solution

  • If my memory is correct the shortcut recorder framework implements this and it's BSD-licensed, so take a look at the source code there?