#SwiftUI I'm stumped on how to add an undo keyboard shortcut on iPad. I'm using the environment's UndoManager. On the Mac, Undo appears in the Edit menu and "just works”.
I tried adding my own button, but UIKit throws a messaging saying it's duplicate, so I assume there is one but it's hidden?
Any ideas would be very much appreciated!
@ryanlintott yeah that part is okay (I set it with the focussed value), the issue is the keyboard shortcut itself has already been taken by the system, but there seems to be no way to access it ☹️
@phill oh I see. That’s a tricky one 🤔