diff options
author | Sam Potts <sam@selz.com> | 2016-08-21 21:40:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-21 21:40:24 +1000 |
commit | 745e56a3a3609a5c9e20d21db94d8b539080b891 (patch) | |
tree | a2ff0d234e48b4df0e83a6d3b18f5cc8a3a72d25 | |
parent | 130fb78b4cfdbf0a2fe093a799f799adb03dbf24 (diff) | |
download | plyr-745e56a3a3609a5c9e20d21db94d8b539080b891.tar.lz plyr-745e56a3a3609a5c9e20d21db94d8b539080b891.tar.xz plyr-745e56a3a3609a5c9e20d21db94d8b539080b891.zip |
Update readme.md
-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> |