What is the code for using the "enter" key

Hi!

I have an entry page where I have a button that needs to be clicked to go to the home page. However, I want to have the “enter” key to work as well. Can anyone tell me how to do this with a code??

Thank you so much in advance! Struggling here.

I think this will only be possible, if you will use a textfield or a RichTextField in combination with your button.

https://www.wix.com/velo/reference/$w/keyboardevent/introduction

That makes sense! Thank you for your answer.