Detect if a system hotkey already defined with DDHotKey/Carbon

223 Views Asked by At

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?

1

There are 1 best solutions below

2
On BEST ANSWER

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?