KeyboardKit icon indicating copy to clipboard operation
KeyboardKit copied to clipboard

The easiest way to add comprehensive hardware keyboard control to an iPad, iPhone, or Mac Catalyst app.

Results 3 KeyboardKit issues
Sort by recently updated
recently updated
newest added

I know this is out there, but it would be really neat if it were possible to accomplish this with a SwiftUI modifier

Is there a way to at least navigate away from `SFSafariViewController` via keyboard? Also, how should we deal with modals in general?

enhancement

Add extensions on SwiftUI's [`KeyboardShortcut`](https://developer.apple.com/documentation/swiftui/keyboardshortcut) with common keyboard shortcuts, based on those already defined [as part of `KeyboardBarButtonItem`](https://github.com/douglashill/KeyboardKit/blob/main/KeyboardKit/KeyboardBarButtonItem.swift#L98-L113) and elsewhere elsewhere in KeyboardKit. It seems difficult to provide much utility...