I now have an eventfilter on every of my (16) webView.
I added some debug on the MyApp notify and in the new eventfilter.
I can see that myApp gets every keypress (first) and the installed eventfilter on the webView's gets the keypress only if any of the webView is shown.
I'm not sure how to proceed or how this helps in forwarding the event to a specific webView since the event is not getting to the eventfilter if a webView is not active.
How about catching the event in MyApp notify and somehow posting it to a specific webView?
Thanks for your help.