Shortcuts - Data360_Analyze - Latest

Data360 Analyze Server Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 Analyze
Version
Latest
ft:locale
en-US
Product name
Data360 Analyze
ft:title
Data360 Analyze Server Help
Copyright
2025
First publish date
2016
ft:lastEdition
2025-02-20
ft:lastPublication
2025-02-20T11:13:02.494000

This page lists keyboard and mouse shortcuts that you can use to save time when working in Data360 Analyze.

Tip: You can also view this list of shortcuts within the application by pressing Ctrl + /.

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

Note: When typing into a field, the following keyboard shortcuts will affect the content of the field, rather than the content of your data flow or library node.
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.