Or you could bind a
EVT_NAVIGATION_KEY handler to the notebook and see if that helps.
Yes, the event is raised. But isn't it quite unlogical if the event is first
handled by a window higher up in the hierachy? And why is ONLY the [tab] key
handled, but not [shift]+[tab], which should be a navigation event too.