I would like to have the same menu on all open windows, and I want a standard "Window" menu with a list of all open windows. Only the active window should have keyboard shortcuts enabled. That is, it should resemble all other mac applications.
How do you propose I do it with as little fuss as possible?
- Should for instance each window have it's own menu?
- How do you update the menu in a efficient manner? Rebuilding every menu when the windowtitle changes on a menu, another window gets active (needed to indicate which window is active), or when you add/remove windows
- The keyboard shortcuts. Deactivate all and create new listeners every time a window becomes active?