Interactions Pane Undo/Redo Doesn't Work When Detached
Fixed 3044689:
Mac Menu Accelerators Only Update in One Frame
Improved 2038009:
Key shortcuts unpredictable outside definitions
Detached frames now contain an InputMap that acts for all its contents
[using
getRootPane().getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT)
], and this InputMap contains the keyboard shortcuts for the
MainFrame's menu items.
The detached frames now install listeners on the MainFrame's menu
items to keep the accelerators updated.