解决方法
您需要在NSWindow子类中覆盖
-canBecomeKeyWindow
以返回YES.
根据文档:
Attempts to make the window the key window are abandoned if this method returns NO. The NSWindow implementation returns YES if the window has a title bar or a resize bar,or NO otherwise.