LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Shift+Click trigger

Does anyone know how to trigger an event with a shift+(left click) combination? I cannot find instructions on this in the course manual, on these forums, or in the VI database. (Maybe they are there and I am using the wong search terms.)
 
God's Templar
0 Kudos
Message 1 of 2
(2,764 Views)
In the mouse down/up events, there is a "platmods" event data input you can use that gives boolean true/false indications of the <Ctrl>, <Shift>, <Alt>, <Command>, and <Option> keys being down when the click happened.

--------------------

"I have made no decision...
My main concern now is to open as many options to the future as I can."
-- from Stephen Baxter's "The Time Ships"
Message 2 of 2
(2,743 Views)