diff --git a/internal/tui/components/chat/splash/keys.go b/internal/tui/components/chat/splash/keys.go index 9cf2e3124daa87b0fc62c2ea404fb1c6c86ec649..675c608a94af4aa72b701376f3983506166ac7d7 100644 --- a/internal/tui/components/chat/splash/keys.go +++ b/internal/tui/components/chat/splash/keys.go @@ -30,11 +30,11 @@ func DefaultKeyMap() KeyMap { key.WithHelp("↑", "previous item"), ), Yes: key.NewBinding( - key.WithKeys("y"), + key.WithKeys("y", "Y"), key.WithHelp("y", "yes"), ), No: key.NewBinding( - key.WithKeys("n"), + key.WithKeys("n", "N"), key.WithHelp("n", "no"), ), Tab: key.NewBinding(