2016-12-04 22:59:43 +00:00
|
|
|
{
|
|
|
|
"*": {
|
2019-06-11 22:43:01 +01:00
|
|
|
"alt-shift-p":"core:manage-palette",
|
2016-12-04 22:59:43 +00:00
|
|
|
"ctrl-f": "core:search",
|
2019-03-04 22:37:51 +00:00
|
|
|
"ctrl-shift-f": "core:list-flows",
|
2019-06-21 19:04:25 -04:00
|
|
|
"ctrl-d": "core:deploy-flows",
|
2017-01-11 14:15:14 +00:00
|
|
|
"ctrl-g c": "core:show-config-tab",
|
2022-06-30 21:52:52 +02:00
|
|
|
"ctrl-g d": "core:show-debug-tab",
|
|
|
|
"ctrl-g h": "core:show-help-tab",
|
|
|
|
"ctrl-g i": "core:show-info-tab",
|
|
|
|
"ctrl-g v": "core:show-version-control-tab",
|
2018-06-21 10:31:27 +01:00
|
|
|
"ctrl-g x": "core:show-context-tab",
|
2017-01-11 11:35:48 +00:00
|
|
|
"ctrl-e": "core:show-export-dialog",
|
|
|
|
"ctrl-i": "core:show-import-dialog",
|
2017-04-25 13:43:59 +01:00
|
|
|
"ctrl-space": "core:toggle-sidebar",
|
2018-10-17 11:03:09 +01:00
|
|
|
"ctrl-p": "core:toggle-palette",
|
2017-09-20 10:30:07 +01:00
|
|
|
"ctrl-,": "core:show-user-settings",
|
2019-05-30 09:36:44 +00:00
|
|
|
"ctrl-alt-l": "core:clear-debug-messages",
|
2018-02-14 09:54:07 +00:00
|
|
|
"ctrl-alt-r": "core:show-remote-diff",
|
2017-09-20 10:30:07 +01:00
|
|
|
"ctrl-alt-n": "core:new-project",
|
|
|
|
"ctrl-alt-o": "core:open-project",
|
2019-06-07 11:29:18 +01:00
|
|
|
"ctrl-shift-l": "core:show-event-log",
|
2022-06-30 21:52:52 +02:00
|
|
|
"ctrl-shift-p":"core:show-action-list"
|
2017-01-11 14:15:14 +00:00
|
|
|
},
|
2019-04-30 22:56:39 +01:00
|
|
|
"red-ui-sidebar-node-config": {
|
2018-11-03 21:32:38 +00:00
|
|
|
"backspace": "core:delete-config-selection",
|
|
|
|
"delete": "core:delete-config-selection",
|
|
|
|
"ctrl-a": "core:select-all-config-nodes",
|
2019-06-22 16:05:50 +09:00
|
|
|
"ctrl-z": "core:undo",
|
2019-08-05 10:20:46 +09:00
|
|
|
"ctrl-y": "core:redo"
|
2018-11-03 21:32:38 +00:00
|
|
|
},
|
2019-05-01 22:41:20 +01:00
|
|
|
"red-ui-workspace": {
|
2017-01-11 11:35:48 +00:00
|
|
|
"backspace": "core:delete-selection",
|
2022-01-11 14:11:55 +00:00
|
|
|
"ctrl-backspace": "core:delete-selection-and-reconnect",
|
2017-01-11 11:35:48 +00:00
|
|
|
"delete": "core:delete-selection",
|
2022-01-11 14:11:55 +00:00
|
|
|
"ctrl-delete": "core:delete-selection-and-reconnect",
|
2017-01-11 11:35:48 +00:00
|
|
|
"enter": "core:edit-selected-node",
|
2021-03-10 14:04:47 +00:00
|
|
|
"ctrl-enter": "core:go-to-selection",
|
2017-01-11 11:35:48 +00:00
|
|
|
"ctrl-c": "core:copy-selection-to-internal-clipboard",
|
|
|
|
"ctrl-x": "core:cut-selection-to-internal-clipboard",
|
|
|
|
"ctrl-v": "core:paste-from-internal-clipboard",
|
2016-12-04 22:59:43 +00:00
|
|
|
"ctrl-z": "core:undo",
|
2019-08-05 10:20:46 +09:00
|
|
|
"ctrl-y": "core:redo",
|
2017-01-11 11:35:48 +00:00
|
|
|
"ctrl-a": "core:select-all-nodes",
|
2021-03-10 14:04:47 +00:00
|
|
|
"escape": "core:select-none",
|
2021-02-16 20:46:41 +00:00
|
|
|
"alt-s u": "core:select-upstream-nodes",
|
|
|
|
"alt-s d": "core:select-downstream-nodes",
|
2021-02-16 21:16:21 +00:00
|
|
|
"alt-s c": "core:select-connected-nodes",
|
2016-12-04 22:59:43 +00:00
|
|
|
"shift-?": "core:show-help",
|
2019-11-13 10:06:25 +00:00
|
|
|
"w": "core:scroll-view-up",
|
|
|
|
"d": "core:scroll-view-right",
|
|
|
|
"s": "core:scroll-view-down",
|
|
|
|
"a": "core:scroll-view-left",
|
|
|
|
"shift-w": "core:step-view-up",
|
|
|
|
"shift-d": "core:step-view-right",
|
|
|
|
"shift-s": "core:step-view-down",
|
|
|
|
"shift-a": "core:step-view-left",
|
2021-03-10 14:04:47 +00:00
|
|
|
"ctrl-up": "core:move-selection-up",
|
|
|
|
"ctrl-right": "core:move-selection-right",
|
|
|
|
"ctrl-down": "core:move-selection-down",
|
|
|
|
"ctrl-left": "core:move-selection-left",
|
2016-12-04 22:59:43 +00:00
|
|
|
"shift-up": "core:step-selection-up",
|
|
|
|
"shift-right": "core:step-selection-right",
|
|
|
|
"shift-down": "core:step-selection-down",
|
|
|
|
"shift-left": "core:step-selection-left",
|
2021-03-10 14:04:47 +00:00
|
|
|
"ctrl-[": "core:show-previous-tab",
|
|
|
|
"ctrl-]": "core:show-next-tab",
|
2021-03-06 23:20:53 +00:00
|
|
|
"ctrl-shift-left": "core:go-to-previous-location",
|
|
|
|
"ctrl-shift-right": "core:go-to-next-location",
|
2020-03-05 10:43:28 +00:00
|
|
|
"ctrl-shift-g": "core:group-selection",
|
2020-03-26 15:24:02 +00:00
|
|
|
"ctrl-shift-u": "core:ungroup-selection",
|
|
|
|
"ctrl-shift-c": "core:copy-group-style",
|
2021-03-10 14:04:47 +00:00
|
|
|
"ctrl-shift-v": "core:paste-group-style",
|
|
|
|
"right": "core:go-to-nearest-node-on-right",
|
|
|
|
"left": "core:go-to-nearest-node-on-left",
|
|
|
|
"up": "core:go-to-nearest-node-above",
|
2021-08-16 21:21:19 +01:00
|
|
|
"down": "core:go-to-nearest-node-below",
|
2021-08-16 21:34:30 +01:00
|
|
|
"alt-a g": "core:align-selection-to-grid",
|
|
|
|
"alt-a l": "core:align-selection-to-left",
|
|
|
|
"alt-a r": "core:align-selection-to-right",
|
|
|
|
"alt-a t": "core:align-selection-to-top",
|
|
|
|
"alt-a b": "core:align-selection-to-bottom",
|
|
|
|
"alt-a m": "core:align-selection-to-middle",
|
2021-08-23 21:29:21 +01:00
|
|
|
"alt-a c": "core:align-selection-to-center",
|
|
|
|
"alt-a h": "core:distribute-selection-horizontally",
|
2022-02-09 11:00:09 +00:00
|
|
|
"alt-a v": "core:distribute-selection-vertically",
|
2022-03-04 16:00:02 +00:00
|
|
|
"shift-f": "core:search-previous",
|
2022-03-07 20:04:59 +00:00
|
|
|
"f": "core:search-next",
|
2022-06-30 21:52:52 +02:00
|
|
|
"alt-l l": "core:split-wire-with-link-nodes",
|
|
|
|
"alt-w": "core:hide-flow",
|
|
|
|
"alt-shift-w": "core:show-last-hidden-flow",
|
|
|
|
"ctrl-+": "core:zoom-in",
|
|
|
|
"ctrl--": "core:zoom-out",
|
|
|
|
"ctrl-0": "core:zoom-reset"
|
2022-03-07 20:04:59 +00:00
|
|
|
|
2022-06-30 21:52:52 +02:00
|
|
|
},
|
|
|
|
"red-ui-editor-stack": {
|
|
|
|
"ctrl-enter": "core:confirm-edit-tray",
|
|
|
|
"ctrl-escape": "core:cancel-edit-tray"
|
2016-12-04 22:59:43 +00:00
|
|
|
}
|
|
|
|
}
|