Add an Interaction to all Screens?
Hello,
Is there a way to add Interaction to every Screen?
I want to have power-off button Interaction which should appear to every screen. This common Interaction would be addition to the other interactions added in Designer.
I figured I could add handleKeyEvent() to FrontendApplication, but that will override all Interactions from all of the Screens.
Is this possible?
If I have 100 screens, do I need to individually add this Interaction to all of them? I hope not, that would be impossible to maintain.
Thanks!
