Hi, i'm currently using GWT( Google web toolkit) to create java program and converts it to html. But right now, i faced the problem of mapping keys around. I'm trying to use my mobile phone to access the application, hence i want to map the arrow down key to the tab key so as to change focus to other fields. Hope that so folks here can give me so enlightenment.
I know KeyboardListener will do the job in mapping but i dunno really know how to implement it. Hope a rough code example can be quoted.

