From 95a1721b5bb12dd3f64b7c14bb4156576391e71a Mon Sep 17 00:00:00 2001 From: Jage9 Date: Mon, 23 Feb 2026 01:13:40 -0500 Subject: [PATCH] Refine piano help key wording to match help style --- client/public/piano.json | 12 ++++++------ client/public/version.js | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/public/piano.json b/client/public/piano.json index 959c516..b48cd38 100644 --- a/client/public/piano.json +++ b/client/public/piano.json @@ -4,19 +4,19 @@ "title": "Piano Mode", "items": [ { - "keys": "A S D F G H J K L ; '", - "description": "Play white keys (C major scale from C4)." + "keys": "Home row", + "description": "A S D F G H J K L semicolon quote. Play white keys (C major scale from C4)." }, { - "keys": "W E T Y U O P ]", - "description": "Play sharp keys." + "keys": "Qwerty row", + "description": "W E T Y U O P right bracket. Play black keys (sharps)." }, { - "keys": "1-9, 0", + "keys": "1 through 0", "description": "Change instrument presets." }, { - "keys": "- / =", + "keys": "Minus / Equals", "description": "Shift octave down or up." }, { diff --git a/client/public/version.js b/client/public/version.js index fa502b5..c1ace1f 100644 --- a/client/public/version.js +++ b/client/public/version.js @@ -1,5 +1,5 @@ // Maintainer-controlled web client version. // Format: YYYY.MM.DD Rn (example: 2026.02.20 R2) -window.CHGRID_WEB_VERSION = "2026.02.23 R210"; +window.CHGRID_WEB_VERSION = "2026.02.23 R211"; // Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid. window.CHGRID_TIME_ZONE = "America/Detroit";