Add core:go-to-selected-subflow action

This commit is contained in:
Nick O'Leary
2021-03-06 23:28:20 +00:00
parent 2d4f5b8603
commit 9c7db1381c
2 changed files with 11 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
"backspace": "core:delete-selection",
"delete": "core:delete-selection",
"enter": "core:edit-selected-node",
"ctrl-enter": "core:go-to-selected-subflow",
"ctrl-c": "core:copy-selection-to-internal-clipboard",
"ctrl-x": "core:cut-selection-to-internal-clipboard",
"ctrl-v": "core:paste-from-internal-clipboard",