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