I have two windows with a DesktopListBox, and I want to add what’s in the Clipboard in the LB.
In App, I have a MenuHandler → a window, and in another window, another LB and another MenuHandler.
Actually, using the MenuItem works fine with the second window (not tested on the first window), but Cmd-V activate the App MenuItem (and so display the other window and populate its LB).