Global list of assigned keyboard shortcuts osx?

前端 未结 1 441
轻奢々
轻奢々 2021-01-31 18:34

I favor keyboard shortcuts over mouse actions so I\'m heavily using keyboard shortcuts with all kinds of applications. Every now and then I\'m running into a situation where I a

相关标签:
1条回答
  • What you want may not be possible. Consider the method by which a application specific system-wide shortcuts may be implemented: event taps. An application can do whatever it wants with an event and never actually register the event with the system. Thus, no application could be written to identify every possible event!

    Here is an app that does almost what you want:

    http://www.ergonis.com/products/keycue/

    It even updates its list when shortcuts are changed.

    You can download a list of additional system-wide shortcuts from their site that includes keys not listed anywhere else. But it doesn't show shortcuts for continuously active applications such as Evernote. list of shortcuts

    Further, you can query and modify hotkeys programmatically:

    http://www.theregister.co.uk/2009/02/24/hotkeys_framework2/

    (but it still won't know about event taps)

    This list of all system shortcuts from Apple is also useful:

    http://support.apple.com/kb/HT1343

    0 讨论(0)
提交回复
热议问题