I have been searching on the form and website for a way to solve a very specific but seemingly simple issue related to JavaScript in DNN. I have watched the tutorials in issues 11 and 12 which get close to the issue but does not quite solve it. I am building a modules for our internal data entry team. This team is very fast at entering data and needs to use the keyboard exclusively for entry and navigation (no mouse). I have the JavaScript code to handle all of the hotkey navigation in a standard aspx page (Works Greate) however when I try to place this in DNN the document.onkeypress = even(); does not work.
Has anyone solved this using either JavaScript or AccessKeys?