01-11-2006 10:20 AM
01-11-2006 10:23 AM - edited 01-11-2006 10:23 AM
The easiest way is to use Key Navigation on the boolean (Properties > Key Navigation). You could also get fancy and use Key Events on the panel, and toggle the boolean whenever a certain key is pressed. Specifically, register for the "Key Down" event on the panel, then check the key that was pressed, and if it was a certain key, toggle the boolean with the Value(Signaling) property of the boolean, so if you have any events waiting on the boolean, those will fire as well.
-D
Message Edited by Darren on 01-11-2006 10:24 AM
01-11-2006 10:25 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
04-24-2013 06:54 AM
Hello
When we click on key navigation, there we can see only set of short cut keys available. What if we need to give some other key as short cut key??
04-24-2013 07:33 AM
then read Darrens reply again