<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Editor_Accelerators_for_LabVIEW_Beginners</id>
	<title>Editor Accelerators for LabVIEW Beginners - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Editor_Accelerators_for_LabVIEW_Beginners"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Editor_Accelerators_for_LabVIEW_Beginners&amp;action=history"/>
	<updated>2026-05-09T17:26:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Editor_Accelerators_for_LabVIEW_Beginners&amp;diff=34797&amp;oldid=prev</id>
		<title>Dnatt: A minimum list of the most useful keyboard shortcuts and mouse gestures for new LabVIEW programmers</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Editor_Accelerators_for_LabVIEW_Beginners&amp;diff=34797&amp;oldid=prev"/>
		<updated>2024-11-16T02:18:51Z</updated>

		<summary type="html">&lt;p&gt;A minimum list of the most useful keyboard shortcuts and mouse gestures for new LabVIEW programmers&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The LabVIEW environment has hundreds of built-in gestures for accelerating editor operations. [[Keyboard shortcut|This page]] provides a complete list of these tools.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;If you are new to LabVIEW&amp;#039;&amp;#039;&amp;#039;, the tables below list the keyboard shortcuts and mouse gestures for the &amp;#039;&amp;#039;&amp;#039;most common&amp;#039;&amp;#039;&amp;#039; editor operations you will perform on a daily basis. Note that shortcuts common to most applications (cut, copy, paste, save, etc.) are not listed.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Shortcut !! Operation&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Space || [[Quick Drop]] - An alternative to the palettes for quick, name-based object placement on the front panel and block diagram&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-E || Switch between the front panel and block diagram of a VI&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-H || Launch the Context Help window, which displays documentation about the current object under the mouse cursor&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-I || Show the Properties settings of the current VI&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-R || Run the current VI&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Shift-Z || Redo the last undo (Ctrl-Z) operation&lt;br /&gt;
|-&lt;br /&gt;
| Shift-Arrow Key || Moves the selected object(s) 8 pixels in the arrow direction&lt;br /&gt;
|-&lt;br /&gt;
| Esc || While wiring, cancels the current wiring operation&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;Enter&amp;#039; on the numeric keypad || Commit current value in a string (different from the main &amp;#039;Enter&amp;#039; key, which will add a new line to a string)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mouse Gestures ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Gesture !! Operation&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Drag selected object(s) || Create a copy of selected object(s)&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Drag in empty panel/diagram space || Add space&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-Drag in empty panel/diagram space || Remove space&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Scroll || In LabVIEW 2023 Q3 and later, zoom in and out on the block diagram&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Scroll in empty diagram space || In LabVIEW 2023 Q1 and earlier, scroll through the frames of a multi-frame structure&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Shift-Scroll in empty diagram space || In LabVIEW 2023 Q3 and later, scroll through the frames of a multi-frame structure&lt;br /&gt;
|-&lt;br /&gt;
| Single-click a wire || Select the current wire segment&lt;br /&gt;
|-&lt;br /&gt;
| Double-click a wire || Select the current wire branch&lt;br /&gt;
|-&lt;br /&gt;
| Triple-click a wire || Select the entire current wire&lt;br /&gt;
|-&lt;br /&gt;
| Single-click while wiring || Tack down a wire junction where you clicked, and continue wiring&lt;br /&gt;
|-&lt;br /&gt;
| Double-click while wiring || In LabVIEW 2023 Q3 and later, create a control or indicator connected to that wire&lt;br /&gt;
|-&lt;br /&gt;
| Double-click while wiring || In LabVIEW 2023 Q1 and earlier, create a broken wire that ends where you double-clicked&lt;br /&gt;
|-&lt;br /&gt;
| Alt-Double-click while wiring || In LabVIEW 2023 Q3 and later, create a broken wire that ends where you double-clicked&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Double-click while wiring || In LabVIEW 2023 Q3 and later, create a constant connected to that wire&lt;br /&gt;
|-&lt;br /&gt;
| Shift-click an object || Add the object to the current selection&lt;br /&gt;
|-&lt;br /&gt;
|-Shift-Drag selected object(s) || Move selected object(s) along a single axis&lt;br /&gt;
|-&lt;br /&gt;
| Double-click empty space || Create a free label&lt;br /&gt;
|-&lt;br /&gt;
| Double-click subVI || Open the front panel of the subVI&lt;br /&gt;
|-&lt;br /&gt;
| Drag VI onto diagram from project || Place the VI as a subVI on the diagram&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dnatt</name></author>
	</entry>
</feed>