From eab6d10a19f482337dac4460f37b86d206853b54 Mon Sep 17 00:00:00 2001 From: Josh Patra Date: Sat, 11 Apr 2026 13:13:05 -0400 Subject: [PATCH] refactor: Better explanations, feat: made show/hide controller shortcut optional --- options.css | 8 ++++++++ options.html | 16 +++++++++++++--- options.js | 2 +- 3 files changed, 22 insertions(+), 4 deletions(-) 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. +