Tom Coomer
Tom Coomer

Reputation: 6527

macOS Keyboard Shortcuts in Swift

I am creating a macOS app and would like to create a keyboard shortcut for when the user taps the space bar for one of my buttons.

I am not sure where I should start and even where the documentation is for this? What should I be looking for?

Upvotes: 6

Views: 2424

Answers (1)

mattroberts
mattroberts

Reputation: 630

You can now add keyboard shortcuts for many of your UI elements directly in a storyboard, by clicking on the Attribute inspector and scrolling down to "Key Equivalent". You just click in the Key Equivalent text field and press the key equivalent on your keyboard.

Upvotes: 3

Related Questions