Am I just missing something, or is the menu key (the one which calls the context menu in most applications on windows) really not handled by a keyPressed(const Keypress&)
event?
I looked into the source code and there didn’t seem to be anything present like that. Also if I catch every Keypress and display its keyCode, nothing happens for the menu key.
It would be really unfortunate if this key would be useless in JUCE applications.
Furthermore is there someway I could add this myself?
Thanks in advance