LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Case structure: event by ctrl + F2

Solved!
Go to solution

Hello,

i am new to LabView and got a question: can anyone explain how i can trigger a case in a case structure by "ctrl + F2" ?

I know how to trigger a case in a case structure by "F2", but how to add ctrl to it?

i am thankfull for your help.

 

0 Kudos
Message 1 of 4
(874 Views)
Solution
Accepted by topic author MechanicalL

Unbundle the "Ctrl" element of the "PlatMods" array in the event structure:

 

ctrlf2.png

Message 2 of 4
(865 Views)

Thank you very much!

0 Kudos
Message 3 of 4
(826 Views)

I know this is already solved.  But I thought I'd mention another method to accomplish this.  If you already have a button on your UI that has an event for Value Change, then you can also trigger this same value change by going to the properties of the button (right click from the Front Panel) and from there you can go to Key Navigation, and set Toggle to CTRL F12.  Then the value of the button will change just like clicking on it would, and the same Value Change event will be triggered.

Message 4 of 4
(718 Views)