diff --git a/manifest.json b/manifest.json index 6a1a142..0eb770a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Speeder", "short_name": "Speeder", - "version": "5.2.5.0", + "version": "5.2.6.0", "manifest_version": 2, "description": "Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts (New and improved version of \"Video Speed Controller\")", "homepage_url": "https://github.com/SoPat712/speeder", diff --git a/options.css b/options.css index b2c0808..411cd2d 100644 --- a/options.css +++ b/options.css @@ -343,6 +343,14 @@ label em { font-weight: 500; } +.shortcut-label em { + display: block; + margin-top: 4px; + color: var(--muted); + font-style: normal; + font-weight: 400; +} + .customKey, .customValue { text-align: center; diff --git a/options.html b/options.html index 0596edb..d78b791 100644 --- a/options.html +++ b/options.html @@ -96,7 +96,11 @@

Shortcuts

-

Backspace clears a shortcut. Escape disables it.

+

+ Backspace clears a key. Escape disables optional shortcuts. If a site + steals a shortcut, use a site rule with Override shortcuts (and + per-key blocking) for that URL. +

@@ -132,7 +136,10 @@ />
-
Decrease speed
+
+ Decrease speed + Required: Speeder needs a key for this action. +
-
Increase speed
+
+ Increase speed + Required: Speeder needs a key for this action. +