SwiftUI-Keyboard-Demo icon indicating copy to clipboard operation
SwiftUI-Keyboard-Demo copied to clipboard

How to add Keyboard Shortcuts to any SwiftUI App with UIKeyCommand

Results 1 SwiftUI-Keyboard-Demo issues
Sort by recently updated
recently updated
newest added

Great example! But one problem I encountered when using NotificationCenter to handle UIKeyCommand events is the inability to differentiate different scenes. For example, I have the demo project opened in...