- Edited
Would be nice to be able to press single letter keys to jump cursor focus and change pages while the cursor focus is not inside an <input> or <textarea>. This would allow single letter keyboard shortcuts while still being able to type inside forms.For example, pressing "n" would open the New Ticket page."r" to jump cursor focus to Post Reply"i" to jump cursor to Internal Note"u" to jump to User Directoryand so on...Something like this: http://www.openjs.com/scripts/events/keyboard_shortcuts/I have played around making shortcuts in JS and was able to get some working but hit a wall trying to get the shortcuts to disable while cursor is inside redactor wysiwyg.These shortcuts would allow for speedy ticket creation, note entry, and user lookups.