Activate button in AE extension panel with keyboard events, when panel is out of focus
I would like to create a global keyboard event that runs a certain function when it's called in my CEP Panel. Is this possible with javascript or C++? I achieved this only when the panel was focused, adding an onkeydown="keyDownInBody()" in the body element of my HTML. Is it possible to get key events when the panel is out of focus? I saw that some third-party plugins that I installed in After Effects, have the ability to run with global shortcuts when the panel is out of focus.
