Focus on plugin in daw
-
Since we now have the ability to use KeyPressCallback, to register pressed keys, thanks you @Christoph-Hart , would it be possible to script so that when having the plugin in focus in the daw, the daw would not react to keypress?
Here I implemented the function to type the values in the panels (when panel is in focus) however the daw will also respond to the pressed keys, is it possible to script that?
I'm thinking of the generic script sliders function, when holding shift and click, you'll be able to input the value using the computer keyboard without interfering with the daw.
I would love to have that possibility with the keypress callback as well
Is it doable?