Is it possible that your view is not becoming key, but that some
parent of the view, like a matrix or something, is becoming key and
it looks like your view is key?
Daniel
I assumed the parent of this view is the view factory, but overriding
these methods for it did not help. I guess I need to "contact" the
parent window somehow, and give it the focus. Or, contact the
mainBundle (is it the host app itself?) and tell it to grab the
keyboard back... Any ideas?