I'm curious with the method -showContextHelp: in NSResponder.
The documentation states:
Implemented by subclasses to invoke the help system, displaying information relevant to the receiver and its current state.
How and when is this method called? Can't seem to find anymore information on it.