Can anyone help with a JavaScript key event.
I am looking to emulate a "Tab" operation in part of a document (table) where the enter key acts the same as a tab button press.
I have been looking in to how to capture keypresses but find little to no information on how to capture a specific key press and then convert that action in to another type of key event like a tab key press.
When the focus is not on the table, I am looking at normal key operation.
Has anyone got any ideas on how the achieve this?