Forum Discussion
IngridCarrer168
7 days agoCommunity Member
Key press triggers help
Hello,
I have been trying to use the Control key as my trigger because I am creating a simulation of our system. But Storyline 360 won't take it unless it is paired with another key. Which is not w...
The Ctrl, Shift, and Alt keys are designed as modifier keys. These special keys, when pressed in combination with other keys, trigger specific actions. The only way to detect when the Ctrl key is pressed on its own (without other modifiers) is to use JavaScript. You can write a script that listens for the Ctrl key press event, and when detected, it changes a variable value to true. Once the variable changes, you can trigger an action, such as jumping to the next slide.