We're hoping to detect a keypress and the key from a user typing outside of a form field. And append that key to the form field and focus the user back into the form field. Essentially, hijacking any and all key events, and using placing them in a form field.
Any help would be greatly appreciated. We're happy using jquery for this type of client-side JS. We've gotten as far as detecting the keypress events, but focusing and appending that key to a particular field on the page is a bit beyond us.