This allows the main (document) window to handle menu keys (which are not handled by the HTML output window controller).
There are places where we iterate through the delegates of NSApp’s ordered windows. Since the window may stay around longer than it’s (NSWindowController) delegate, we should be sure to set NSWindow’s delegate property to nil.