From e9e6eb4e456ee53da5a6ef743251410d4d3d8381 Mon Sep 17 00:00:00 2001 From: T Date: Wed, 13 Aug 2025 15:25:23 -0600 Subject: report generation modal --- internal/tui/keys.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'internal/tui/keys.go') diff --git a/internal/tui/keys.go b/internal/tui/keys.go index 3a7242d..69ce223 100644 --- a/internal/tui/keys.go +++ b/internal/tui/keys.go @@ -174,6 +174,11 @@ var Bindings map[KeyBindingScope]map[string]KeyBinding = map[KeyBindingScope]map Description: func(AppModel) string { return "Bottom" }, Result: func(*AppModel) tea.Cmd { return changeSelectionToBottom() }, }, + "R": KeyBinding{ + Key: "R", + Description: func(AppModel) string { return "Report" }, + Result: func(*AppModel) tea.Cmd { return createReportModal() }, + }, }, ScopeHistoryBoxDetails: { "j": KeyBinding{ -- cgit v1.2.3