Support Hardware Keyboards in Your App (WWDC 2020)
Posted by
Vincenzo Rubanoon · one minute reading.In this video from Apple World Wide Developer Conference (WWDC) 2020, you can discover how to support hardware keyboards for your iPadOS and Mac Catalyst apps: you can learn how the so-called “responder chain” works, how to get up and running with common system keyboard shortcuts, use modifier flags with gesture recognizers, and leverage the raw keyboard event API to respond to key down and key up events.
Best practices for implementing custom keyboard shortcuts in your app are shown as well.
- Support Hardware Keyboards in Your Apps WWDC 2020 Session
- Download Source code for "Supporting Hardware Keyboards in Your Apps" WWDC 2020 Session