Refine piano help key wording to match help style
This commit is contained in:
@@ -4,19 +4,19 @@
|
|||||||
"title": "Piano Mode",
|
"title": "Piano Mode",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"keys": "A S D F G H J K L ; '",
|
"keys": "Home row",
|
||||||
"description": "Play white keys (C major scale from C4)."
|
"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 ]",
|
"keys": "Qwerty row",
|
||||||
"description": "Play sharp keys."
|
"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."
|
"description": "Change instrument presets."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"keys": "- / =",
|
"keys": "Minus / Equals",
|
||||||
"description": "Shift octave down or up."
|
"description": "Shift octave down or up."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// Maintainer-controlled web client version.
|
// Maintainer-controlled web client version.
|
||||||
// Format: YYYY.MM.DD Rn (example: 2026.02.20 R2)
|
// 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.
|
// Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid.
|
||||||
window.CHGRID_TIME_ZONE = "America/Detroit";
|
window.CHGRID_TIME_ZONE = "America/Detroit";
|
||||||
|
|||||||
Reference in New Issue
Block a user