LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control Alignment Shortcuts

Why does LabVIEW not support adding shortcuts for aligning controls in the programming environment? These frequently used functions require two mouse clicks each time they are used,

0 Kudos
Message 1 of 5
(211 Views)

I don't know why. Maybe because they aren't menu entries.

At least you can use Ctrl+Shift+A for "Align Items" and Ctrl+D for "Distribute Items" (or change it to what you want), which are both part of the edit menu. Both shortcuts will repeat the last used operation.

0 Kudos
Message 2 of 5
(189 Views)

Alternatively you can use QuickDrop and create own PlugIn (needs to be placed in C:\Program Files\National Instruments\LabVIEW xxxx\resource\dialog\QuickDrop\plugins\).

Attached VI is "getting started" for Top Alignment.

under the hood:

Screenshot 2025-03-13 12.32.15.png

how it works:

align.gif

 

0 Kudos
Message 3 of 5
(181 Views)

@Andrey_Dmitriev wrote:

Alternatively you can use QuickDrop and create own PlugIn (needs to be placed in C:\Program Files\National Instruments\LabVIEW xxxx\resource\dialog\QuickDrop\plugins\).

 


Or install a VI Package as https://www.vipm.io/package/mnprojects_lib_quickdrop_alignelements/  

 

 

Message 4 of 5
(162 Views)

When cross-posting from reddit, it would be polite to include a link to the original discussion to avoid duplicate efforts.

0 Kudos
Message 5 of 5
(144 Views)