diff options
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,6 +20,7 @@ We wanted a lightweight, accessible and customizable media player that supports - **[API](#api)** - toggle playback, volume, seeking, and more - **[Events](#events)** - no messing around with Vimeo and YouTube APIs, all events are standardized across formats - **[Fullscreen](#fullscreen)** - supports native fullscreen with fallback to "full window" modes +- **[Shortcuts](#shortcuts)** - supports keyboard shortcuts - **i18n support** - support for internationalization of controls - **No dependencies** - written in "vanilla" JavaScript, no jQuery required - **SASS and LESS** - to include in your build processes @@ -891,6 +892,10 @@ By default, a focused player will bind the following keyboard shortcuts: <td>Toggle playback</td> </tr> <tr> + <td><code>←</code></td> + <td>Seek backwards by the <code>seekTime</code> option</td> + </tr> + <tr> <td><code>→</code></td> <td>Seek forward by the <code>seekTime</code> option</td> </tr> |