Clipboard Operations
- Last UpdatedNov 22, 2021
- 1 minute read
All operations that can be done with the mouse using a drag-and-drop technique can also be done on the keyboard using the windows clipboard. Select a set of nodes and choose Copy or Cut from the context menu (or press <Ctrl+C> or <Ctrl+X> combinations respectively). This copies the nodes to the clipboard. Select Paste on the destination node (or press <Ctrl+V>) to copy the nodes into the destination.
Note:
By selecting Copy the user performs an assignment or move operation, depending on the context. By selecting
Cut the user performs a move operation.