{"identifier":46524,"topic":"Commands","name":"returnKey","text":"<code><pre>returnKey\n<\/pre><\/code> The<code> returnKey <\/code>command sends a statement typed into the Message box to the current card. <br><br>\n\n HyperCard sends the<code> returnKey <\/code>command to the current card when the user presses the Return key unless the insertion point is in a field, in which case HyperCard sends <code> returnInField <\/code>instead. <br>\n<br>\nYou can handle the<code> returnKey <\/code>message as follows: <br><br>\n\n <code><pre>on returnKey\n   <i>statements<\/i>\nend returnKey<\/pre><\/code> <br>\n","related":{"3428":"Commands sent automatically","36714":"enterKey","40449":"keyDown","6031":"Where messages are sent initially"},"examples":"","demo":"","debug":{"9":["returnKey\r\rThe retur"],"10":["You can handle the r"]}}