I need to read all Shortcuts of the frontmost Application in MAC OS. Is there a API or Class in Cocoa,Objective-c who provides this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The Accessibility API is what you need. Unfortunately, it is rather convoluted, and it would be good to read through the UIElementInspector source code to see how it's used, as well as the sections relevant to assistive applications in the Accessibility Programming Guidelines for Mac. What you want would take a good bit of code so I will just outline the steps.
|
|||||
|
|
|
|||
|
|
⇧⌘[and⇧⌘]for switching between tabs. But if all Togo needs is a listing of menu items, the Accessibility framework should work for that much. – Sean D. Jul 29 '12 at 6:14