sindresorhus / KeyboardShortcuts

⌨️ Add user-customizable global keyboard shortcuts (hotkeys) to your macOS app in minutes
https://swiftpackageindex.com/sindresorhus/KeyboardShortcuts/documentation/keyboardshortcuts/keyboardshortcuts
MIT License
1.99k stars 184 forks source link

Made registeredShortcuts a public static var (vs private). #171

Closed stormychel closed 5 months ago

stormychel commented 5 months ago

This makes is possible to list all the registered shortcuts, should one want to iterate over them,.