A client would like me to implement spreadsheet-style form traversal using the arrow keys on a keyboard, i.e. left arrow would submit the entry for that field and then move left by one field on the form.
The form is managed by my PHP code.
Does anyone have a browser-independent method of doing this please?
All input fields in the form are single line text fields.