I've got a set of buttons within a SwiftUI View which represent various letters of the alphabet. How can I make the buttons or the view accept external keyboard input, say from an iPad Pro's keyboard, so that instead of having to touch the screen a user with a keyboard can press a key? There's plenty of docs on this for the non-SwiftUI world, but I'm specifically wondering what's the recommended way of doing this in SwiftUI?
Thanks!