performKeyEquivalent: not called anymore after commit f3b7b4c

Hello,

We finally updated to JUCE v7.x

Our application uses juce::NSViewComponent to embed a custom NSView, prior to f3b7b4c we were able to receive performKeyEquivalent: callbacks in our custom NSView. Looks like NSViewComponentPeer.mm went through a bit of an overhaul specifically around how performKeyEquivalent gets handled.

What’s the trick to get this working again…?

This issue should be fixed by this commit:

This issue was also previously raised here: