Add keyboard shortcut discoverability hints on each screen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user