I have an app that contains modules in a viewstack. The containing application defines a keyboard event listener that detects certain keystrokes.
When an object that is in the main application has the focus, the listener triggers as expected. However, when a module has focus, the listener is not triggered, indicating that the module is not raising the event to the parent application. Is this just the way it is, or am I missing something? Thanks, shaun