mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-04 13:45:13 +00:00
Merge branch 'feature/shortcut-to-diagram'
This commit is contained in:
commit
666b6530db
@ -221,7 +221,11 @@ export default function ProcessInstanceShow({ variant }: OwnProps) {
|
|||||||
const keyboardShortcuts: KeyboardShortcuts = {
|
const keyboardShortcuts: KeyboardShortcuts = {
|
||||||
'f,r,enter': {
|
'f,r,enter': {
|
||||||
function: forceRunProcessInstance,
|
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': {
|
'd,enter': {
|
||||||
function: shortcutLoadPrimaryFile,
|
function: shortcutLoadPrimaryFile,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user