If I don't need global shortcut keys, how do I configure them?
JasoniOSDev opened this issue · 2 comments
JasoniOSDev commented
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
sindresorhus commented
This package is for global keyboard shortcuts. For locale ones, you can just use View#keyboardShortcut()
in SwiftUI.
cgfarmer4 commented
@sindresorhus sorry for replying on a closed issue, but is there a clean way to map the editor input provided to a local shortcut?