Add select-up/downstream-nodes action to editor

This commit is contained in:
Nick O'Leary
2021-02-16 20:46:41 +00:00
parent efd8c3d6d2
commit d5314d2a85
3 changed files with 117 additions and 15 deletions

View File

@@ -44,6 +44,8 @@
"ctrl-z": "core:undo",
"ctrl-y": "core:redo",
"ctrl-a": "core:select-all-nodes",
"alt-s u": "core:select-upstream-nodes",
"alt-s d": "core:select-downstream-nodes",
"shift-?": "core:show-help",
"w": "core:scroll-view-up",
"d": "core:scroll-view-right",