Using clipboard functions from the keyboard

The ClipboardKeyInteractor interactor allows application users to use the keyboard to apply clipboard functions.
The following table lists the keyboard key combinations that the ClipboardKeyInteractor assigns by default to clipboard functions:
Action Description Default key combination
copy Calls the clipboard Copy function to copy the currently focused element. Ctrl+C
cut Calls the clipboard Cut function to delete the currently focused element. Ctrl+X
paste Calls the clipboard Paste function. The graph element receiving the pasted object is the currently focused element if that is a subgraph. If the currently focused element is a node or link, the graph element receiving the pasted object is the parent of the element. Ctrl+V