<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Quick Drop Align Objects Quicker in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/2850938#M831755</link>
    <description>&lt;P&gt;So I find my self aligning objects a lot. &amp;nbsp;I love the &lt;A href="https://decibel.ni.com/content/docs/DOC-13623" target="_self"&gt;quick drop tool for aligning&lt;/A&gt; front panel objects to the terminal pane. &amp;nbsp;I also like aligning objects on the front panel and block diagram as done in &lt;A href="https://decibel.ni.com/content/docs/DOC-14469" target="_self"&gt;this quick drop tool&lt;/A&gt;. &amp;nbsp;But what I don't like is the number of key presses I need to remember to align objects using it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lets say I'm on the block diagram, and I have a few constants selected. &amp;nbsp;I want to align them to the right, and vertically compress them to save space. &amp;nbsp;Using QuickDrop and the linked tool I need to do the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CTRL + Space&lt;/P&gt;
&lt;P&gt;CTRL + Shift + A&lt;/P&gt;
&lt;P&gt;Click on align right&lt;/P&gt;
&lt;P&gt;Click on vertical compress&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without quick drop I need 4 steps as well&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Click on Align Objects&lt;/P&gt;
&lt;P&gt;Click Right Align&lt;/P&gt;
&lt;P&gt;Click on Distribute Objects&lt;/P&gt;
&lt;P&gt;Click on Vertical Compress&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The quick drop tool does have other shortcut commands but there are still too many steps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I have modified the QuickDrop tool in LabVIEW 2011 to have aligning and distributing with as few key presses as I can. &amp;nbsp;With my modifications to align objects to the right and vertically compress you perform the following steps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CTRL + Space&lt;/P&gt;
&lt;P&gt;Shift + (hold f)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When your hands are on the home keys the letter f is on the right so this is why I picked it. &amp;nbsp;I thought about moving to the ASDW location and maybe I'll change my mind but for now the keys are SDFE S = Left, D = Bottom, F = Right, E = Top. &amp;nbsp;Holding the Shift key will vertically or horizontally compress too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So what's the catch? &amp;nbsp;Well you see to make this work it needs to modify a VI that is an integral part of quick drop, and NI would probably rather you didn't mess with it. &amp;nbsp;If you don't mind fooling around with NI files you may try this, but please don't contact NI if you broke something. &amp;nbsp;Just backup your files, then restore them later when you are done experimenting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to your &amp;lt;LabVIEW 2011&amp;gt;\resource\dialog\QuickDrop folder&lt;/P&gt;
&lt;P&gt;Make a copy of the "QuickDrop Launch Window.vi" and rename the copy to "QuickDrop Launch Window - Original.vi"&lt;/P&gt;
&lt;P&gt;Unzip the attached zip into your&amp;nbsp;&amp;lt;LabVIEW 2011&amp;gt;\resource\dialog\QuickDrop folder overwriting the one file we just backed up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now when you call quick drop, and hold S, D, F, or W it will align the selected objects in that direction. &amp;nbsp;And again adding the shift will compress them too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To go back to the normal configuration delete the "QuickDrop Launch Window.vi" and rename the original back to "QuickDrop Launch Window.vi".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is only recommended for LabVIEW 2011, but I tested it on 2012 and 2013 and it works too. &amp;nbsp;But doing this will replace the 2012 or 2013 versions with the 2011 version and that could cause other issues I haven't found yet.&lt;/P&gt;</description>
    <pubDate>Thu, 15 May 2014 19:08:44 GMT</pubDate>
    <dc:creator>Hooovahh</dc:creator>
    <dc:date>2014-05-15T19:08:44Z</dc:date>
    <item>
      <title>Quick Drop Align Objects Quicker</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/2850938#M831755</link>
      <description>&lt;P&gt;So I find my self aligning objects a lot. &amp;nbsp;I love the &lt;A href="https://decibel.ni.com/content/docs/DOC-13623" target="_self"&gt;quick drop tool for aligning&lt;/A&gt; front panel objects to the terminal pane. &amp;nbsp;I also like aligning objects on the front panel and block diagram as done in &lt;A href="https://decibel.ni.com/content/docs/DOC-14469" target="_self"&gt;this quick drop tool&lt;/A&gt;. &amp;nbsp;But what I don't like is the number of key presses I need to remember to align objects using it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lets say I'm on the block diagram, and I have a few constants selected. &amp;nbsp;I want to align them to the right, and vertically compress them to save space. &amp;nbsp;Using QuickDrop and the linked tool I need to do the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CTRL + Space&lt;/P&gt;
&lt;P&gt;CTRL + Shift + A&lt;/P&gt;
&lt;P&gt;Click on align right&lt;/P&gt;
&lt;P&gt;Click on vertical compress&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without quick drop I need 4 steps as well&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Click on Align Objects&lt;/P&gt;
&lt;P&gt;Click Right Align&lt;/P&gt;
&lt;P&gt;Click on Distribute Objects&lt;/P&gt;
&lt;P&gt;Click on Vertical Compress&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The quick drop tool does have other shortcut commands but there are still too many steps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I have modified the QuickDrop tool in LabVIEW 2011 to have aligning and distributing with as few key presses as I can. &amp;nbsp;With my modifications to align objects to the right and vertically compress you perform the following steps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CTRL + Space&lt;/P&gt;
&lt;P&gt;Shift + (hold f)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When your hands are on the home keys the letter f is on the right so this is why I picked it. &amp;nbsp;I thought about moving to the ASDW location and maybe I'll change my mind but for now the keys are SDFE S = Left, D = Bottom, F = Right, E = Top. &amp;nbsp;Holding the Shift key will vertically or horizontally compress too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So what's the catch? &amp;nbsp;Well you see to make this work it needs to modify a VI that is an integral part of quick drop, and NI would probably rather you didn't mess with it. &amp;nbsp;If you don't mind fooling around with NI files you may try this, but please don't contact NI if you broke something. &amp;nbsp;Just backup your files, then restore them later when you are done experimenting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to your &amp;lt;LabVIEW 2011&amp;gt;\resource\dialog\QuickDrop folder&lt;/P&gt;
&lt;P&gt;Make a copy of the "QuickDrop Launch Window.vi" and rename the copy to "QuickDrop Launch Window - Original.vi"&lt;/P&gt;
&lt;P&gt;Unzip the attached zip into your&amp;nbsp;&amp;lt;LabVIEW 2011&amp;gt;\resource\dialog\QuickDrop folder overwriting the one file we just backed up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now when you call quick drop, and hold S, D, F, or W it will align the selected objects in that direction. &amp;nbsp;And again adding the shift will compress them too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To go back to the normal configuration delete the "QuickDrop Launch Window.vi" and rename the original back to "QuickDrop Launch Window.vi".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is only recommended for LabVIEW 2011, but I tested it on 2012 and 2013 and it works too. &amp;nbsp;But doing this will replace the 2012 or 2013 versions with the 2011 version and that could cause other issues I haven't found yet.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2014 19:08:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/2850938#M831755</guid>
      <dc:creator>Hooovahh</dc:creator>
      <dc:date>2014-05-15T19:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Drop Align Objects Quicker</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/2851944#M831930</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/74523"&gt;@Hooovahh&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lets say I'm on the block diagram, and I have a few constants selected. &amp;nbsp;I want to align them to the right, and vertically compress them to save space. &amp;nbsp;Using QuickDrop and the linked tool I need to do the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CTRL + Space&lt;/P&gt;
&lt;P&gt;CTRL + Shift + A&lt;/P&gt;
&lt;P&gt;Click on align right&lt;/P&gt;
&lt;P&gt;Click on vertical compress&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CTRL + Space&lt;/P&gt;
&lt;P&gt;TRL + Shift + A&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;Click on align right&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;Click on vertical compress&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;type r&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The page for the plugin says type "l" to align left, and that does work, but typing "a" works to align left as well.&amp;nbsp; I use that 'cuz it's closer to my left hand.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2014 11:15:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/2851944#M831930</guid>
      <dc:creator>jcarmody</dc:creator>
      <dc:date>2014-05-16T11:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Drop Align Objects Quicker</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/2852104#M831957</link>
      <description>&lt;P&gt;Yes I'm glad it can be reduced to 3 steps but I still somehow screw it up and have to retry a few times. &amp;nbsp;This means taking more time then it would if I would just click the buttons manually. &amp;nbsp;The fewer steps to remember (and mess up) the better in my mind.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To be honest I'd rather not need to involve QuickDrop at all. &amp;nbsp;Being able to press CTRL + Right Arrow which be nice. &amp;nbsp;This would be possible if NI would allow user menu items to have shorcuts defined for them. &amp;nbsp;I know this shortcut would mean taking my hand off of the mouse but I still think I would prefer this method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Allow-Keyboard-Shortcuts-for-User-Items-in-Tools-Menu/idi-p/1190221" target="_blank"&gt;http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Allow-Keyboard-Shortcuts-for-User-Items-in-Tools-Menu/idi-p/1190221&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2014 12:34:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/2852104#M831957</guid>
      <dc:creator>Hooovahh</dc:creator>
      <dc:date>2014-05-16T12:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Drop Align Objects Quicker</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3153750#M908763</link>
      <description>&lt;P&gt;I totally agree something like "ctrl shift + up / down / left / right" would make things much faster&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 08:34:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3153750#M908763</guid>
      <dc:creator>gefu123</dc:creator>
      <dc:date>2015-06-22T08:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Drop Align Objects Quicker</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3153892#M908812</link>
      <description>&lt;P&gt;Just a friendly suggestion:&amp;nbsp;You can avoid a few keystrokes&amp;nbsp;with some built in decision making for block diagrams. I know milage will vary here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I'm in the block diagram and I have a bunch of controls selected, I always want to align right. Same goes for&lt;/P&gt;
&lt;P&gt;BD- Indicators- Left&lt;/P&gt;
&lt;P&gt;BD- VI's-&amp;nbsp;Left/Right or Top/Bottom depends on what format they are currently closest to. If they are horizontal-ish, align top. If they are vertical-ish, align left. (code speak: if delta X &amp;gt; delta Y then align top, if delta X &amp;lt; delta Y then align left)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Compression:&amp;nbsp;You may not&amp;nbsp;be able to settle on an automated standard, so I imagine it works as-is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;(*sigh* my love of UIs is going to push me into quick drop scripting isn't it?)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 13:16:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3153892#M908812</guid>
      <dc:creator>JW-JnJ</dc:creator>
      <dc:date>2015-06-22T13:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Drop Align Objects Quicker</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3153917#M908826</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/209660"&gt;@JW-JnJ&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*sigh* my love of UIs is going to push me into quick drop scripting isn't it?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Your love of LabVIEW should push you into QD scripting&amp;nbsp;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://ni.lithium.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But seriously some of my favorite code is advanced scripting and XNode development. &amp;nbsp;QD is just a way of making that code more easily accessible.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 13:38:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3153917#M908826</guid>
      <dc:creator>Hooovahh</dc:creator>
      <dc:date>2015-06-22T13:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Drop Align Objects Quicker</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3154724#M909145</link>
      <description>&lt;P&gt;A little quicker, but TOTALLY outside what people are use to so probably not in the end. Honestly I did this as a "Hmm, I wonder if I can" and "I bet that would be fun".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(First time with quick drops and scripting, so I'm probably missing a few nuances)&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 13:40:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3154724#M909145</guid>
      <dc:creator>JW-JnJ</dc:creator>
      <dc:date>2015-06-23T13:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Drop Align Objects Quicker</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3154763#M909171</link>
      <description>&lt;P&gt;Did you read my first post? &amp;nbsp;I linked to this QD that I think does the same as what your does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://decibel.ni.com/content/docs/DOC-14469" target="_blank"&gt;https://decibel.ni.com/content/docs/DOC-14469&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I'd prefer is QD not be the catch all for invoking shortcuts, and we should have a way to do a CTRL+(something) to perform an align. &amp;nbsp;My first post was an attempt to make align quicker with QD because I couldn't think of any other native way to make it faster, but that had too many limitations.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 14:05:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3154763#M909171</guid>
      <dc:creator>Hooovahh</dc:creator>
      <dc:date>2015-06-23T14:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Drop Align Objects Quicker</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3154793#M909185</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/74523"&gt;@Hooovahh&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Did you read my first post? &amp;nbsp;I linked to this QD that I think does the same as what your does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://decibel.ni.com/content/docs/DOC-14469" target="_blank"&gt;https://decibel.ni.com/content/docs/DOC-14469&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I'd prefer is QD not be the catch all for invoking shortcuts, and we should have a way to do a CTRL+(something) to perform an align. &amp;nbsp;My first post was an attempt to make align quicker with QD because I couldn't think of any other native way to make it faster, but that had too many limitations.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I apologize. I didn't want to give that impression that I didn't read all of the material. This was more of a tangental thought from the original concept. The original idea&amp;nbsp;was to reduce keystrokes and I took a hack at it by allowing simulataneous actions (mouse/keyboard combo) and making the distribution optional. I didn't want to delve into modifying the quick-drop on my first quick-drop venture, so just imagine them in conjunction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not to let my wacky experiment detract from the original idea, I really like the idea of modifying quick-drop behavior. Done right, it would reduce my discomfort with quick-drop shortcuts. Ctrl-space then ctrl-something always felt odd to my hands. It might&amp;nbsp;be why I don't use them nearly as much as I should.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: What would you think to slightly modifying the concept and using a slightly long key-press on the first &amp;nbsp;letter instead of shift? It would allow further keys to be used easier (I'm looking at you Ctrl+I). I'm saying this without ever looking at the code (can't) or tried interrupting keyboard strokes.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 14:58:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3154793#M909185</guid>
      <dc:creator>JW-JnJ</dc:creator>
      <dc:date>2015-06-23T14:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Drop Align Objects Quicker</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3154845#M909207</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/209660"&gt;@JW-JnJ&lt;/a&gt; wrote:&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;I apologize. I didn't want to give that impression that I didn't read all of the material. This was more of a tangental thought from the original concept. The original idea&amp;nbsp;was to reduce keystrokes and I took a hack at it by allowing simulataneous actions (mouse/keyboard combo) and making the distribution optional. I didn't want to delve into modifying the quick-drop on my first quick-drop venture, so just imagine them in conjunction.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Oh in that case I like your version. &amp;nbsp;The mouse enter does make it quicker to use if I have my hand on the mouse.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 15:10:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Quick-Drop-Align-Objects-Quicker/m-p/3154845#M909207</guid>
      <dc:creator>Hooovahh</dc:creator>
      <dc:date>2015-06-23T15:10:07Z</dc:date>
    </item>
  </channel>
</rss>

