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 DO
in my GWT case
if(event.isShiftKeyDown() && event.getNativeKeyCode() == KeyCodes.KEY_TAB){ //Do Something }