I am working on key mapping. The problem is that when I press the TAB button down it navigates to the next input field.
TAB has key of 9 and
DOWN has key of 40
But, what is the JavaScript key code to go to the previous input field (SHIFT + TAB)?
What I want is to go to next link; what is keycode or code for the previous link?
Please help. Thanks.