key.mustache revision e9b01de77b1a53553e58caf4f0c5392735102fc1
<div class="intro">
<p>The `event-key` module adds the "key" event for subscribing to keyboard
events triggered by users entering specific keys. The subscription
signature includes a filter configuration that can be used to limit event
triggering based on key codes, shift, ctrl, alt, or meta keys pressed, as
well as which keyboard event (`keydown`, `keyup`, or `keypress`).</p>
</div>
<h2>The filtering spec</h2>
<p>An example subscription might look like this:</p>
```
```
<h2>Common keys by name</h2>