Hallo,
Since there is currently now way to add other keys to the focus traversable list, I have to create my own method of doing it. What I want to do is have a single scene, and in that scene I want the enter key to behave
the same as a tab key. But there are a lot of Buttons, TextField, ChoiceBoxes etc. Therefore Pressing enter key must take me to the next focusable item. I have really been struggling to find a method that work. I am really stuck. Some help would be much appreciated.
Thank you