I'd like to catch the tab key while the user is in the diagram view and override its normal behavior.
I have registered for the view keydown event and it seems to work fine with the exception of the tab key.
Tab never makes it down to the event. All other keys seem to.
What am I doing wrong?
Thanks in advance,
Jason