From 745e56a3a3609a5c9e20d21db94d8b539080b891 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 21 Aug 2016 21:40:24 +1000 Subject: [PATCH] Update readme.md --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ -890,6 +891,10 @@ By default, a focused player will bind the following keyboard shortcuts: space or K Toggle playback + + + Seek backwards by the seekTime option + Seek forward by the seekTime option