Is your feature request related to a problem? Please describe.
Can't register a shortcut via UiFramework.keyboardShortcuts.loadShortcut(shortcut); that runs with metaKey modifier ("Win" key on Windows, "Cmd" key on Mac). For example, I would like to register a shortcut for Mac "Cmd+P".
See KeyboardShortcutProps:
|
export interface KeyboardShortcutProps extends CommonProps { |
metaKey docs: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKey
Describe the Solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
Can't register a shortcut via
UiFramework.keyboardShortcuts.loadShortcut(shortcut);that runs withmetaKeymodifier ("Win" key on Windows, "Cmd" key on Mac). For example, I would like to register a shortcut for Mac "Cmd+P".See
KeyboardShortcutProps:appui/ui/appui-react/src/appui-react/keyboardshortcut/KeyboardShortcutProps.ts
Line 22 in b927754
metaKey docs: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKey
Describe the Solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response