04-27-2010 01:57 PM
Here are some ideas I have for Quick Drop Keyboard Shortcuts to add in 2011. Included are reasons why we may or may not want to include them:
Please let me know what you think about these ideas, along with any others you'd like to see me add to LabVIEW in 2011.
-D
P.S. - I've tried to keep X, C, and V off-limits for shortcuts, as those are the operations used for cut/copy/paste in text fields.
04-27-2010 02:18 PM
I use QDKS relatively rarely (I don't like having to remember all the shortcuts), but I can comment on at least one:
Darren wrote:
- Explore (default key = E) - When invoked from a VI, launch Windows Explorer (or its equivalent on Mac/Linux) open to the folder that contains the VI (or its owning LLB). I investigated adding this in 2010, but ran into some snags figuring out how to launch the file explorer on Linux. If users think this would be a beneficial enough shortcut, I can continue that investigation for 2011.
You can accomplish this today by clicking Ctrl+Shift+E (which brings the focus to the current VI in the project, and which you may wish to use as a nugget) and then right click and select Explore. I don't think anyone would use this operation often enough to require anything shorter.
04-27-2010 03:11 PM
In an effort to combine Darren's and Darin's QD shortcuts, I've renamed them and written a document describing their functions. Like Yair, I had a hard time remembering the shortcuts. Ctrl-v will not work properly (e.g. for VI Server Rename) as Darren pointed out, but I haven't had trouble with Ctrl-c (e.g. Create). In addtion to the items Darren listed, from Darin.K, Array to Scalar / Scalar to Array and Remove Broken Wires are particularly handy. If you were going to write an Explore option for QDKS, consider hilighting the VI in the Explorer window the way the JKI-RCF implementation does.
QD shortcuts can be found here:
C:\Program Files\National Instruments\LabVIEW 2009\resource\dialog\QuickDrop\plugins
04-27-2010 03:18 PM
I just remembered another reason I don't use the shortcuts. While on occasion I do want to use one, I have my own version of QD, which I find better, but which lacks the QDKS feature. Unfortunately, I can't publish this version because it includes code which is not my own. The main difference between the two is that mine doesn't do auto-complete, but instead always shows the results in a listbox, thus allowing easier searching.
04-28-2010 10:02 AM
I'd like to see Quick Drop insert the selected node into whatever wire was selected when QD was triggered. If I selected a wire before I hit Ctrl-Space then insert the node along the wire, othersiwe let me drop the selection with the mouse as it currently does.
04-28-2010 11:36 AM
jcarmody wrote:
I'd like to see Quick Drop insert the selected node into whatever wire was selected when QD was triggered. If I selected a wire before I hit Ctrl-Space then insert the node along the wire, othersiwe let me drop the selection with the mouse as it currently does.
Have you tried the LabVIEW 2010 beta yet?
-D
04-28-2010 12:23 PM
06-28-2010 04:52 PM
I just added the "Empty" shortcut idea.
-D
09-20-2010 09:08 AM
Darren wrote:
jcarmody wrote:
I'd like to see Quick Drop insert the selected node into whatever wire was selected when QD was triggered. If I selected a wire before I hit Ctrl-Space then insert the node along the wire, othersiwe let me drop the selection with the mouse as it currently does.
Have you tried the LabVIEW 2010 beta yet?
-D
Am I missing something? QD doesn't insert the node I'm dropping into the wire I selected before invoking QD.
09-20-2010 11:40 AM
You need to invoke the Ctrl-Shift-I keyboard shortcut from within Quick Drop to perform the multi-wire insert. See here for more details.
-D