http://www.newton-inc.com/dev/techinfo/qa/qa.htm
keyCommand
if all I have is the keyMessage
symbol?MatchKeyMessage
that will do what you want. However, the documentation was inadvertently left out of the current version of the Newton Programmers Guide for Newton 2.1 OS. The documentation should be: MatchKeyMessage(startView, keyMessage)
keyCommand
frame for the specified message starting with the specified view.startView
- The view from which to start searching for the messagekeyMessage
- A symbol for the command message that will be searched for. This must be the same message that is specified in the keyMessage
slot of the keyCommand
framenil
or a keyCommand
frameMatchKeyMessage
function searches for the message using the same lookup rules that are used when the system handles a key command.