Question

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.

Was it helpful?

Solution

-showContextHelp: and related methods on NSResponder are no longer relevant because they were used to respond to Help key events on older Apple keyboards. The Help key no longer exists on any of Apple's keyboards as of 2007.

However, if you're still interested in understanding its purpose, Peter Hosey wrote a great article on NSResponder's help related functionality.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top