diff --git a/readme.md b/readme.md index a85b684c..67eb5330 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 @@ -75,7 +76,7 @@ ember addon:install ember-cli-plyr More info is on [npm](https://www.npmjs.com/package/ember-cli-plyr) and [GitHub](https://github.com/louisrudner/ember-cli-plyr) ## Quick setup -Here's a quick run through on getting up and running. +Here's a quick run through on getting up and running. There's also a [demo on Codepen](http://codepen.io/sampotts/pen/jARJYp). ### HTML Plyr extends upon the standard HTML5 markup so that's all you need for those types. More info on advanced HTML markup can be found under [initialising](#initialising). @@ -890,6 +891,10 @@ By default, a focused player will bind the following keyboard shortcuts:
space
or K
←
seekTime
option→
seekTime
option