-
Notifications
You must be signed in to change notification settings - Fork 2
NodeGraph Keybindings
cpgames edited this page Jun 6, 2022
·
2 revisions
Drag-Drop between ports : Connects.
Ctrl + Left on port : Disconnects.
Ctrl + Left : XOR selection.
Shift + Left : Additive selection.
Alt + Left : Subtractive selection.
Ctrl + Left + Dragging : XOR selection.
Shift + Left + Dragging : Additive selection.
Alt + Left + Dragging: Subtractive selection.
Ctrl + "A" : Select all nodes.
Delete: Delete selected nodes.
"F" : Focus selected nodes.
"A" : Focus all nodes.
Right Dragging on flowchart : Panning.
Ctrl + "Z" : Undo.
Ctrl + "Y" : Redo.
- AppendToCollection
- ClearCollection
- ForEach
- GetCollectionSize
- GetElement
- GetFirstElement
- GetLastElement
- EnumerateDocumentsInProject
- EnumerateDocumentsInSolution
- EnumerateProjects
- GetCurrentDocument
- GetCurrentProject
- GetDocumentName
- GetDocumentPartition
- GetProjectName
- FindFirstPartitionInCollection
- GetLeadingSpacing
- GetNextPartition
- GetPartitionData
- GetPreviousPartition
- GetPureName
- InsertAfter
- InsertBefore
- PartitionByClass
- PartitionByFirstRegexMatch
- PartitionByFunctionCall
- PartitionByFunction
- PartitionByIfElse
- PartitionByParameters
- PartitionByRegexMatch
- PartitionByReturn
- PartitionByVariable
- PartitionIsValid
- RasterizePartition
- RegexMatchPresentInPartitionCollection
- RegexMatchPresentInPartition
- RemovePartition
- SetPartitionData
- SwapPartitions