Step 186: keyboard shortcut reference

This commit is contained in:
Bill
2026-02-09 22:54:49 -07:00
parent db2c5d9b07
commit 79826f98d4
9 changed files with 92 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
#include "ThemeEngine.h"
#include "FirstRunWizard.h"
#include "FeatureHints.h"
#include "ShortcutReference.h"
// --- Panel headers ---
#include "panels/MenuBarPanel.h"
@@ -380,6 +381,8 @@ int main(int, char**) {
renderFirstRunWizard(state, wizard);
state.ui.showFirstRunWizard = wizard.open;
renderFeatureHintBar(state.featureHints, state.workspaceRoot);
static ShortcutReferenceState shortcutPanel;
renderShortcutReference(state, shortcutPanel);
state.notifications.renderHistoryWindow([&](const Notification& note) {
if (note.hasTarget) state.navigateToTarget(note.target);
});