Using "enter-key" for changing scenes

does anyone have an idea how to do this?
I just want to go from scene to scene by using the enter key and not with mouse click.
Will be happy about every idea.
Cheers
Achim

Hi Achim:

You would use this technique: Howto: Navigate Scenes with Arrow Keys (Similar to a Powerpoint or Keynote Presentation)

And use the key code: 13 to capture the ‘return/enter’ key.

keypress.hype 2.zip (79.8 KB)

thank´s a lot:-) works!
cheers
Achim

This solution worked for me on just basic scenes but it won’t work with something like a contact form. For example, I created a text area that I want users to input data and when they hit the “enter” button it will move them to the next scene. Any ideas on what I would need to do to fix that?