Someone else can confirm this behavior?
Opposite confirmed.Here it works correctly.
Do you have a complex form again?
Try it with just a mainform with menu &File which does a showmessage and a button to open a second form.
And a second form with one button &Form which does a showmessage.
It works correctly.
Interesting enough when doing a .Show (instead of a .Showmodal) and focus on the second form opened
both events are executed
and i don't get a beep.
So when doing a .Show and there is a clash in accelerator keys, the accelerator of the mainmenu will also run without a beep. When doing a .Showmodal i get a beep on that form and the event is executed. (maybe that's where the beep comes from, from a missing mainmenu

)