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