10-08-2016 06:05 PM
Hello All,
Is there any short cut keys or quick drops for the delow tasks.
1.Convert the control to Type def
2.Convert Constant to control
3.directly open the Icon with the short keys
Please let me know if any one is using this .It will be really help full for me .
Regards,
Prithviraj
10-08-2016 06:57 PM
You might be able to find one here https://decibel.ni.com/content/groups/quick-drop-enthusiasts. If you don't find it you could probably make them pretty quickly.
10-09-2016 07:25 AM
@Padugur wrote:Is there any short cut keys or quick drops for the delow tasks.
1.Convert the control to Type def
2.Convert Constant to control
3.directly open the Icon with the short keys
One thing you fail to say is what version of LabVIEW you are using. LabVIEW 2015 and 2016 added some features to help with some of these tasks. As you know, LabVIEW is largely graphical, which means that a mouse is often needed for certain tasks (which is why the Quick Drop Enthusiasts tend to develop shortcuts that require only the keys that are on the left-hand side of the keyboards, a real bummer for lefties).
Here's how I (quickly) do some of these (using Mouse + keyboard).
I admit that this does require Mouse + Keyboard. The "effort-saving" virtue of many Quick Drop shortcuts is that they are tasks that often require extensive "wire surgery" that can be replaced by scripting (such as Remove, which deletes + "repairs" the broken "through" wires for you). The tasks you've outlined don't seem to fall into this category -- for me, Mouse Clicks work just fine and don't interfere with my programming "flow".
Bob Schor
10-09-2016 09:26 AM
@Bob_Schor wrote:
A double (left) click gets me the Front Panel in a new window. For the Block Diagram, an additional Ctrl-E is required.
Bob Schor
Ctrl+Double-Clicking on a subVI will also open the block diagram directly.
10-09-2016 12:50 PM
@Jacobson-ni wrote:Ctrl+Double-Clicking on a subVI will also open the block diagram directly.
Cool. I didn't realize that (and 10 years of habit may be difficult to undo ...).
Bob Schor