"CMD + ?" for Help

I can't figure out a way to implement CMD+? for Opening HELP 

on Macosx. I've tried KeyPress::createFromDescription("command + ?") without success

 

KeyPress::createFromDescription isn't really designed to be used like that (see http://learn.juce.com/doc/classKeyPress.php).

You should use a debugger to see what information you're getting when you press those keys, and where it goes wrong. Hopefully the issue will then become apparent. It's not possible to say any more than that without some source code (ideally a small example I can copy, paste and compile).

Hope this helps! :)