From 20df2afa2f16b92f73a5f55bc3eba5697665d46f Mon Sep 17 00:00:00 2001 From: Pedram Amini Date: Sun, 11 Jan 2026 05:12:20 -0600 Subject: [PATCH] MAESTRO: docs: Fix incorrect Keyboard Mastery information in achievements.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated level names to match source code (keyboardMastery.ts): - Novice → Beginner, Apprentice → Student, Journeyman → Performer, Expert → Virtuoso, Master → Keyboard Maestro - Fixed percentage thresholds: 0-24%, 25-49%, 50-74%, 75-99%, 100% (was incorrectly documented as 0-19%, 20-39%, etc.) - Corrected location of keyboard mastery display: it's shown in the Keyboard Shortcuts panel (opened with ? or Cmd/Ctrl+/), not a non-existent "status bar" --- docs/achievements.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/achievements.md b/docs/achievements.md index b9c14f30..73a65035 100644 --- a/docs/achievements.md +++ b/docs/achievements.md @@ -67,13 +67,13 @@ Separate from Conductor ranks, Maestro tracks your **keyboard mastery** based on | Level | Title | Shortcuts Used | |:-----:|-------|----------------| -| 0 | Novice | 0-19% | -| 1 | Apprentice | 20-39% | -| 2 | Journeyman | 40-59% | -| 3 | Expert | 60-79% | -| 4 | Master | 80-100% | +| 0 | Beginner | 0-24% | +| 1 | Student | 25-49% | +| 2 | Performer | 50-74% | +| 3 | Virtuoso | 75-99% | +| 4 | Keyboard Maestro | 100% | -Your current keyboard mastery level is shown in the status bar. Hover over the keyboard icon to see which shortcuts you've used and which remain to be discovered. See [Keyboard Shortcuts](./keyboard-shortcuts) for the full shortcut reference. +Your current keyboard mastery level and progress are shown in the **Keyboard Shortcuts panel** (press `?` or `Cmd/Ctrl+/` to open). The panel displays which shortcuts you've used (marked with a checkmark) and which remain to be discovered. See [Keyboard Shortcuts](./keyboard-shortcuts) for the full shortcut reference. ## Leaderboard