72 LabView Keyboard Shortcuts

Learn LabView Shortcuts for Windows

File Operations Shortcuts

ActionLabView Shortcuts
Opens a new, blank VICtrl + N
Opens an existing VICtrl + O
Closes the VICtrl + W
Saves the VICtrl + S
Saves all open filesCtrl + Shift + S
Prints the windowCtrl + P
Quits LabVIEWCtrl + Q

Basic Editing Shortcuts

ActionLabView Shortcuts
Undo the last actionCtrl + Z
Redo last actionCtrl + Shift + Z
Cuts an objectCtrl + X
Copies an objectCtrl + C
Pastes an objectCtrl + V

Help Shortcuts

ActionLabView Shortcut keys
Displays Context Help windowCtrl + H
Locks Context Help windowCtrl + Shift + L
Displays LabVIEW HelpCtrl + ?

Tools and Palettes Shortcuts

ActionLabView Shortcuts
Switches to the next most useful toolCtrl
Switches to the Positioning toolShift
(over open space) Switches to the Scrolling toolCtrl + Shift
Toggles between the two most common tools if automatic tool selection is disabledSpacebar
Enables automatic tool selectionShift + Tab
Cycles through the four most common tools if you disabled automatic tool selection by clicking the automatic tool selection buttonTab
Navigates temporary Controls and Functions palettesArrow Keys
Navigates into a temporary paletteEnter
Navigates out of a temporary paletteEsc

Execution Shortcuts

ActionLabView Shortcuts
Runs the VICtrl + R
Aborts the VI, when used while VI is runningCtrl + .
Changes to run or edit modeCtrl + M
(click Run button) Recompiles the current VICtrl + Left Mouse Click
(click Run button) Recompiles all VIs in memoryCtrl + Shift + Left Mouse Click
Moves key focus inside an array or cluster, when used while VI is runningCtrl + Down Arrow Key
Moves key focus outside an array or cluster, when used while VI is runningCtrl + Up Arrow Key
Navigates the controls or indicators according to tabbing order, when used while VI is runningTab
Navigates backward through the controls or indicators, when used while VI is runningShift + Tab

Text Shortcuts

ActionLabView Shortcuts
Moves to the beginning of the current line in the stringHome
Moves to end of current line in the stringEnd
Moves to the beginning of the entire stringCtrl + Home
Moves to end of entire stringCtrl + End
Adds new items when entering items in enumerated type controls and constants, ring controls and constants, or Case structuresShift + Enter
Duplicates the current case structure frame while editing the name of the current frameCtrl + Shift + Enter
Cancels current edit in a stringEsc
Ends text entryCtrl + Enter
Increases the current font sizeCtrl + Shift + =
Decreases the current font sizeCtrl + –
Displays the Font dialog boxCtrl + 0
Changes to the Application font in the Font dialog boxCtrl + 1
Changes to the System font in the Font dialog boxCtrl + 2
Changes to the Dialog font in the Font dialog boxCtrl + 3
Changes to the current font in the Font dialog boxCtrl + 4

Icon Editor Shortcuts

ActionLabView Shortcuts
Horizontally flips the selected user layerF
Rotates the selected user layer in a clockwise direction. If you do not select a layer, this tool rotates all user layersR
Closes the Icon EditonCtrl + W
Undo the last actionCtrl + Z
Redo last actionCtrl + Shift + Z
Cuts the selection to the clipboardCtrl + X
Copies the selection to the clipboardCtrl + C
Pastes the selection from the clipboardCtrl + V
Selects everythingCtrl + A
Deselects everythingCtrl + D
Deletes everything. This includes removing the Template, deleting all Icon Text, and deleting all User LayersCtrl + Shift + Delete
Deletes all User LayersCtrl + U
Opens the Icon Editor Properties dialog to the Text Tool pageCtrl + F
Toggles visibility of an overlay on the Icon Edit Area showing the current connector pane patternCtrl + T
Opens the Icon Editor Properties dialog boxCtrl + P
Toggles visibility of the Layers pageCtrl + L
Creates a new user layerCtrl + N
Deletes the selected user layers on the Layers pageCtrl + Delete
Toggles visibility of the Context Help windowCtrl + H
Locks visibility of the Context Help windowCtrl + Shift + L
Opens the LabVIEW HelpCtrl + ?

Debugging Shortcuts

ActionLabView Shortcuts
Steps into nodeCtrl + Down Arrow Key
Steps over nodeCtrl + Right Arrow Key
Steps out of nodeCtrl + Up Arrow Key

READ NEXT:

Back to top button