Closed JasoniOSDev closed 1 year ago
This package is for global keyboard shortcuts. For locale ones, you can just use View#keyboardShortcut()
in SwiftUI.
@sindresorhus sorry for replying on a closed issue, but is there a clean way to map the editor input provided to a local shortcut?
Some of the shortcut keys in my requirements do not require global response. After testing, I found that they are all global now. As a result, when the corresponding shortcut keys are intercepted by my app in other apps, other apps will not respond. method responded