mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-12 10:34:17 +00:00
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…
x
Reference in New Issue
Block a user