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