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

@@ -100,6 +100,7 @@ static void renderMenuBar(EditorState& state) {
ImGui::MenuItem("Emacs Packages", nullptr, &state.emacsState.showEmacsPackagesPanel);
ImGui::MenuItem("Emacs Bridge", nullptr, &state.emacsState.showEmacsBridgePanel);
ImGui::MenuItem("Settings", nullptr, &state.ui.showSettingsPanel);
ImGui::MenuItem("Keyboard Shortcuts", nullptr, &state.ui.showShortcutReference);
ImGui::MenuItem("LSP Servers...", nullptr, &state.ui.showLspSettings);
if (state.active()) {
bool textMode = state.active()->bufferMode == BufferManager::BufferMode::Text;