Quick Drop Keyboard Shortcuts
Owning Palette: Eulogy Add-on
Requires: Eulogy, Base Development Environment
Eulogy comes with a series of the Quick Drop Keyboard Shortcuts (QDKS) to easily dig, bury, reanimate, and smite graves and zombies, respectively.
- Bury - Buries the corpse at the grave. This enables the Spirit frame (refactored code) of the grave and removes the grave. The Corpse frame (legacy code) is removed in the process. Default Shortcut - [F].
- Dig - Digs a grave around the currently selected nodes in the block diagram of a VI. The selected nodes are placed in the Corpse frame (legacy code) and a copy of the selected nodes are placed in the Spirit frame (refactored code). Controls and Indicators are automatically excluded from the grave. Default Shortcut - [G].
- Reanimate - Reanimates a corpse at a grave. The Spirit frame (refactored code) is disabled, the Corpse frame (legacy code) is enabled for the grave, and a zombie bookmark is created for the Corpse frame's subdiagram label. Default Shortcut - [Z].
- Smite - Strikes a mighty blow to the head of the zombie at the grave. The Spirit frame (refactored code) is enabled and the Corpse frame (legacy code) is disabled. The zombie bookmark for the Corpse frame is not modified. Default Shortcut - [S]
Bury
This QDKS uses the Bury VI from the toolkit API to enable the Spirit frame (refactored code) and remove the grave along with the legacy code. Multiple graves can be selected and buried with a single execution of this QDKS, and non-grave nodes in a selection will be ignored.
To execute the QDKS:
- Open the block diagram of a VI that contains a grave.
- Select one or more graves to be removed.
- Open the QD dialog, Ctrl+Space.
- Enter Ctrl+F.
Dig
This QDKS uses the Dig VI from the toolkit API to wrap a selection of nodes on the block diagram of a VI in a grave. Controls and indicators are excluded from the grave, even if selected.
To execute the QDKS:
- Open the block diagram of a VI.
- Select one or more nodes/elements in the block diagram.
- Open the QD dialog, Ctrl+Space.
- Enter Ctrl+G.
Reanimate
This QDKS uses the Reanimate VI from the toolkit API to enable the Corpse frame (legacy code) and disable the Spirit frame (refactored code). A zombie bookmark is created for for each Corpse frame that is enabled. Corpses at multiple graves can be selected and reanimated with a single execution of this QDKS, and non-grave nodes, including Diagram Disable Structures that are not graves, are ignored.
To execute the QDKS:
- Open the block diagram of a VI.
- Select one or more graves to be reanimated.
- Open the QD dialog, Ctrl+Space.
- Enter Ctrl+Z.
Smite
This QDKS uses the Smite VI from the toolkit API to enable the Spirit frame (refactored code) and disable the Corpse frame (legacy code) containing a zombie. The zombie bookmark is not modified. Zombies at multiple graves can be selected and smited with a single execution of this QDKS. Non-grave nodes are ignored and graves that do not contain a zombie are unaffected.
To execute the QDKS:
- Open the block diagram of a VI.
- Select one or more graves to with zombies to smite.
- Open the QD dialog, Ctrl+Space.
- Enter Ctrl+S.