I am currently working on a web app that will replace old systems in some office. (very old as in they are in FoxPro)
My current task is to develop a very desktop-like fast UI, meaning like, trying not to use the mouse at all, so they can capture data fairly quickly and they do it almost without even looking.
They expect things like:
Using the arrow keys to navigate, jumping to the next field when they are done filling the current one, pressing enter at one field and one list with data come up for them to choose (using arrow keys to navigate again), etc.
I can get this done with javascript fairly easy, but since I was asked to help with this project because the time frame to get it done is very short,
What libraries, controls, or similar tools can help me to do this quickly?