macKeydownDown allows you to specify custom behavior when pressing down in an input
Parameters:
| Name | Type | Description | 
|---|---|---|
| macKeydownDown | expression | To evaluate on hitting down | 
Example
Key pressed: {{eventKeydown}}
      <input type="text" mac-keydown-down = "eventKeydown = 'down'" />