Merge branch 'feature/shortcut-to-diagram'

This commit is contained in:
burnettk 2024-02-22 10:27:54 -05:00
commit 666b6530db
No known key found for this signature in database
1 changed files with 5 additions and 1 deletions

View File

@ -221,7 +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 process model [d]iagram',
},
'd,enter': {
function: shortcutLoadPrimaryFile,