From d4ce159d9d98c98f632ac73a3f7d8df76422662d Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Thu, 3 Mar 2016 20:00:47 -0800 Subject: [PATCH] update shortcuts --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea5b58e..c97e529 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ HTML5 video provides a native API to accelerate playback of any video. The probl Once the extension is installed simply navigate to any page that offers HTML5 video ([example](http://www.youtube.com/watch?v=E9FxNzv1Tr8)), and you'll see a speed indicator in top left corner. Hover over the indicator to reveal the controls to accelerate, slowdown, and quickly rewind or advance the video. Or, even better, simply use your keyboard: -* **a** - rewind video 10 seconds. -* **s** - decrease playback speed. -* **d** - increase playback speed. -* **t** - advance video 10 seconds. +* **S** - decrease playback speed. +* **D** - increase playback speed. +* **R** - reset playback speed. +* **Z** - rewind video by 10 seconds. +* **X** - advance video by 10 seconds. Note that you can customize these shortcuts in the extension settings page. Also, a few tips for enabling and forcing HTML5 video: