03-13-2025 05:54 AM
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,
03-13-2025 06:32 AM
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.
03-13-2025 06:39 AM
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:
how it works:
03-13-2025 07:12 AM
@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/
03-13-2025 09:53 AM
When cross-posting from reddit, it would be polite to include a link to the original discussion to avoid duplicate efforts.