give some hints for what keys

This commit is contained in:
burnettk 2024-02-22 10:22:59 -05:00
parent 5cfc1861d4
commit a6f3a6abd2
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -221,11 +221,11 @@ export default function ProcessInstanceShow({ variant }: OwnProps) {
const keyboardShortcuts: KeyboardShortcuts = {
'f,r,enter': {
function: forceRunProcessInstance,
label: 'Force run process instance',
label: '[F]orce [r]un process instance',
},
'd,enter': {
function: shortcutLoadPrimaryFile,
label: 'View diagram',
label: 'View process model [d]iagram',
},
};
const keyboardShortcutArea = useKeyboardShortcut(keyboardShortcuts);