Add context-aware command palette

This commit is contained in:
Jage9
2026-03-08 19:27:23 -04:00
parent 9e41013fe8
commit 1741bcc2bc
14 changed files with 1241 additions and 518 deletions

View File

@@ -7,6 +7,10 @@
"keys": "Arrow Keys",
"description": "Move on the grid"
},
{
"keys": "Shift+K / Applications / Shift+F10",
"description": "Open the command palette in supported modes"
},
{
"keys": "C",
"description": "Speak your coordinates"

View File

@@ -15,6 +15,10 @@
"keys": "1 through 0",
"description": "Change instrument presets."
},
{
"keys": "Shift+K / Applications / Shift+F10",
"description": "Open the command palette."
},
{
"keys": "Minus / Equals",
"description": "Shift octave down or up."
@@ -38,6 +42,10 @@
{
"keys": "Escape",
"description": "Exit piano mode."
},
{
"keys": "Shifted note keys",
"description": "Ignored in piano mode so shifted shortcuts stay distinct."
}
]
}

View File

@@ -1,5 +1,5 @@
// Maintainer-controlled web client version.
// Format: YYYY.MM.DD Rn (example: 2026.02.20 R2)
window.CHGRID_WEB_VERSION = "2026.03.01 R334";
window.CHGRID_WEB_VERSION = "2026.03.08 R335";
// Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid.
window.CHGRID_TIME_ZONE = "America/Detroit";