Add keyboard shortcut discoverability hints on each screen

This commit is contained in:
Calmcacil
2026-01-12 23:34:14 +01:00
parent f0e26e4a0a
commit 5b8b9b66f5
3 changed files with 230 additions and 3 deletions

View File

@@ -186,8 +186,8 @@ func (s *DetailScreen) renderContent() string {
"",
)
// Add help text
helpText := theme.StyleHelpKey.MarginTop(1).Render("Actions: [d] Delete • [c] View Config • [q/b] Back")
// Add help text with all keyboard shortcuts
helpText := theme.StyleHelpKey.MarginTop(1).Render("Shortcuts: [d] Delete • [c] View Config • [q/b/esc] Back")
content = lipgloss.JoinVertical(lipgloss.Left, content, helpText)
return content