Forum Discussion
About pressing key trigger
Hi Eric,
Thank you for reply!!!
Actually, I know about the trigger you mentioned in your reply. but this time, my requirement is little bit different, like in a slide I need to press and hold Ctrl key and click mouse key simultaneously to go to next slide.
According to me, this can be only possible either by such kind of trigger should be available or we can apply trigger on Ctrl key. by second method, we will be needed to apply variable as well. Let's try to understand both option options one by one:
First option:
Jump to Next slide when user press Ctrl + mouse key.
Second option:
Suppose we have variable Var1 with default value faise and a Hotspot on the slide.
Trigger 1: Adjust Var1 true when user press ctrl key.
Trigger 2: Jump to Next slide when user cllck hotspot.
Condition Var1 true.
Do you think, if we can apply any of option at the moment.