Navigate with keys between input fields

Hi!
I’m using LiveWire + Alpine Js.

I would like to catch ENTER press and replace to TAB to foncus on the next input field on keypress enter.
Later it would be fine to replace arrow keys also.

What is the best practice to make it with Alpine JS and Livewire?
I’m using in the input fields tabindex values as well.

Thank You for you advise.
Br.
Gergely