After the clicking on the tab I need to move the cursor focus from textfield X to textfield Y, but not to the next as the default. Let me explain:
textfield1 - textfield - textfield3 - textfield4
press tab (default) textfield1 - textfield2 - textfield3 - textfield4
press tab (my version) textfield1 - textfield2 - textfield3 - textfield4
By default if the focus is on textfield1 and I click on tab the focus goes on textfield2, I want it to go to textfield4. does anyone know how to do that?