Hi, I was just wondering if it's possible to send key events in an Objective-C app to trigger an another program's global hotkey? I've tried googling and searching these forums but couldn't find an answer.
Assuming you have no control over the other app, not that I know of in terms of passing the value from Objective-C. However, you could probably call an AppleScript snippet that would simulate a pushed key on the other app.