dylman123 / final-captions-pro

A MacOS app which automatically generates customisable open captions in Final Cut Pro X
1 stars 0 forks source link

Integration with native MacOS keyboard shortcuts #43

Closed dylman123 closed 4 years ago

dylman123 commented 4 years ago

May require this to be listed on App store, for accessibility purposes. Have not yet figured out how to integrate to Apple's native keyboard shortcuts in Xcode 12 beta. 3rd party pods such as Hotkeys are not the way to go here.

dylman123 commented 4 years ago

This post looks promising: https://stackoverflow.com/questions/61153562/how-to-detect-keyboard-events-in-swiftui-on-macos New struct in Xcode 12: https://developer.apple.com/documentation/swiftui/keyboardshortcut

dylman123 commented 4 years ago

Done! will close for now. However the menu shortcuts probably need to be cleaned up at some point.