give some hints for what keys
This commit is contained in:
parent
5cfc1861d4
commit
a6f3a6abd2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue