refactor: Better explanations, feat: made show/hide controller shortcut optional

This commit is contained in:
2026-04-11 13:13:05 -04:00
parent 29a9a1d07f
commit eab6d10a19
3 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ const actionLabels = {
};
const speedBindingActions = ["slower", "faster", "fast", "softer", "louder"];
const requiredShortcutActions = new Set(["display", "slower", "faster"]);
const requiredShortcutActions = new Set(["slower", "faster"]);
function formatSpeedBindingDisplay(action, value) {
if (!speedBindingActions.includes(action)) {