[FEATURE-15040] keyDown event at the document level

Is there a way to get the keyDown event at the document level in perspective? Right now I can only seem to get the keyDown event if the event occurs on a component that takes keyboard input such as a textbox or textarea. I want to be able to see the keyDown event all the time when on a page whether they are in a textbox or not. In javascript I have been able to do this by adding an event listener to the document element.

Not presently. ‘Global’ key event listeners, similar to what is available in Vision, is something we’d like to support, but it hasn’t risen to the top of the pile yet.