Deleting graph elements from the keyboard

The DeleteKeyInteractor interactor allows application users to use the keyboard to delete selected or focused elements from a graph.
The following table lists the keyboard keys that the DeleteKeyInteractor assigns by default to delete actions:
Action Description Default key
deleteDelete Removes all selected and their connections. If the current selection is empty, this action removes all focused elements and their connections. If there are no selected or focused elements, it does nothing. Del
deleteBackspace Has the same behavior as the deleteDelete action. Backspace