From 7079bbf718f4546d68258d4753cd513eb296db58 Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Sun, 1 Apr 2018 13:36:36 -0700 Subject: [PATCH] document upper & lowercase use of shortcuts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af256d7..ec54845 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Once the extension is installed simply navigate to any page that offers HTML5 vi * **X** - advance video by 10 seconds. * **V** - show/hide the controller. -_Note: Vimeo's allocation of **S** as a keyboard shortcut for sharing videos clashes with this, however you can still decrease playback speed via **Shift+S**._ +Some sites may assign other functionality to same shortcut keys — these collisions are inevitable, unfortunately. As a workaround, we listen both for lower and upper case values (i.e. you can use `Shift-`) if there is other functionality assigned to the lowercase key. This is not a perfect solution, as some sites may listen to both, but works most of the time. _Note: you can customize these shortcut keys in the extension settings page and even make the extension remember your current playback speed._