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