mirror of
https://github.com/enso-org/enso.git
synced 2024-12-30 01:55:57 +03:00
cd8be60b78
Original commit: d7fabd103b
2.8 KiB
2.8 KiB
layout | title | category | tags | ||
---|---|---|---|---|---|
developer-doc | Shortcuts | product |
|
Graph Editor
Node Editing
Shortcut | Action |
---|---|
Ctrl+n | Creates an empty node. |
Ctrl+Backspace | Removes the selected nodes. |
Navigation
Shortcut | Action |
---|---|
Ctrl+Enter | Step into the last selected node. |
Ctrl+Arrow Up | Step out of the current node. |
Node Selection
Shortcut | Action |
---|---|
LMB click node name | Deselect all nodes. Select the target node. |
LMB click background | Deselect all nodes. |
LMB drag background | Deselect all nodes. Select nodes using selection-box. |
cmd / ctrl + LMB click node name | Add or remove node from the selection group. |
cmd / ctrl + LMB click node name | Add or remove node from the selection group. |
cmd / ctrl + LMB drag background | Add nodes to the selection group. |
shift + LMB click node name | Add node to the selection group. |
shift + LMB drag background | Add nodes to the selection group. |
option + LMB click node name | Remove node from the selection group. |
option + LMB drag background | Remove nodes from the selection group. |
option + shift + LMB click node name | Inverse node selection. |
option + shift + LMB drag background | Inverse nodes selection. |
Node dragging
Shortcut | Action |
---|---|
LMB drag non-selected node name | Move the node to new position. |
LMB drag selected node name | Move all selected nodes the node to new positions. |
Visualization
Shortcut | Action |
---|---|
cmd / ctrl + space | Toggle visualization visibility of the selected node. |
cmd / ctrl + f | Cycle visualizations of the selected node. |
cmd / ctrl + \ | Toggle documentation view visibility |
Debug
Shortcut | Action |
---|---|
cmd / ctrl + d | Send test data to the selected node. |
cmd / ctrl + shift + enter | Push a hardcoded breadcrumb without navigating. |
cmd / ctrl + shift + arrow up | Pop a breadcrumb without navigating. |