This page lists keyboard and mouse shortcuts that you can use to save time when working in Data360 Analyze.
Common shortcuts
| Function | Shortcut |
|---|---|
| Keyboard shortcuts | Ctrl + / |
| Help | F1 |
| Toggle fullscreen | F11 |
Directory shortcuts
| Function | Shortcut |
|---|---|
| Open | Double-click |
| Select all | Ctrl + A |
| Delete | Del |
Designer shortcuts
| Function | Shortcut |
|---|---|
| Select element | Click |
| Select additional elements | Ctrl + click |
| Drag to select | Shift + drag |
| Open composite | Double-click the composite |
| Pan | Click and drag the canvas |
| Zoom in | Mouse wheel forward |
| Zoom out | Mouse wheel back |
| Save | Ctrl + S |
| Save as | Ctrl + Shift + S |
| Select all | Ctrl + A |
| Cut | Ctrl + X |
| Copy | Ctrl + C |
| Paste | Ctrl + V |
| Group | Ctrl + G |
| Delete | Del |
| Rename | F2 |
| Undo | Ctrl + Z |
| Redo | Ctrl + Y |
| Run | Ctrl + R |
| Re-run | Ctrl + Shift + R |
| Clear status | Ctrl + Backspace |
| Stop | Ctrl + Q |
| Toggle Data Viewer | Ctrl + 9 |
| Toggle Nodes panel | Ctrl + 1 |
| Toggle Errors panel | Ctrl + 2 |
| Toggle Search | Ctrl + 3 |
| Toggle Node Properties | Ctrl + 5 |
| Toggle Data flow Properties | Ctrl + 6 |
| Toggle RunProperties | Ctrl + 7 |
Text and script field shortcuts
| Function | Shortcut |
|---|---|
| Select all | Ctrl + A |
| Cut | Ctrl + X |
| Copy | Ctrl + C |
| Paste | Ctrl + V |
| Delete | Del |
| Undo | Ctrl + Z |
| Redo | Ctrl + Y |
Python keywords
When working with script properties in Python-based nodes, you can press Ctrl + Spacebar to display core Python keywords that you can use.
To see the complete list of Python keywords, place your cursor on an empty line in a script property of a Python-based node, such as the Transform node, and press Ctrl + Spacebar.
If you have already typed some text and then press Ctrl + Spacebar, you will see a list of matching keywords. For example, pressing Ctrl + Spacebar after typing foo = s will display all keywords starting with "s".
If there is only one possible match, pressing Ctrl + Spacebar will auto-complete the script, for example, typing foo = bo and then pressing Ctrl + Spacebar will insert bool.