aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2016-08-21 21:40:24 +1000
committerGitHub <noreply@github.com>2016-08-21 21:40:24 +1000
commit745e56a3a3609a5c9e20d21db94d8b539080b891 (patch)
treea2ff0d234e48b4df0e83a6d3b18f5cc8a3a72d25
parent130fb78b4cfdbf0a2fe093a799f799adb03dbf24 (diff)
downloadplyr-745e56a3a3609a5c9e20d21db94d8b539080b891.tar.lz
plyr-745e56a3a3609a5c9e20d21db94d8b539080b891.tar.xz
plyr-745e56a3a3609a5c9e20d21db94d8b539080b891.zip
Update readme.md
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 84bb615a..5ed0b0ca 100644
--- a/readme.md
+++ b/readme.md
@@ -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>&larr;</code></td>
+ <td>Seek backwards by the <code>seekTime</code> option</td>
+ </tr>
+ <tr>
<td><code>&rarr;</code></td>
<td>Seek forward by the <code>seekTime</code> option</td>
</tr>