Comment 2 for bug 1077958

Revision history for this message
apart (iapart) wrote :

Hi, I finally had a moment to find why the keys weren't correctly captured in DynamicNotebook.
I moved the keyboard event registration piece in to the set_parent event handler and registered the events to the toplevel window. This way the tab switching hotkeys (ctr+tab, shift+tab, etc.) are captured and handled correctly.
I attach a diff file for this.