Enter like Tab in vaadin Flow

I have many numerical Textfields on a form.
The numerical keypad on the keyboard is used for input.
Now I want to make, that the Enter key behave like a Tab key and focus the next element on the form.
How can I do this?

Hi,

have you tried this add-on: https://vaadin.com/directory/component/shortcut

Hi Olli. Thx for your reply.
Yes, I tried this one. It is not working, because you can´t fire a Tab Key Event.