My application is a menu-bar app. It has a panel which holds another view. This view changes, and I each one of those should do it's own key-handling. When I change the first responder, only the current first responder get's the key-down notification, obviously.
But there should also be a global key-handling for the panel itself.
How am I supposed to do this? Multiple implementation is very ugly :)
Thanks