From 531b3fd44fc1ee8458f16313eb92fc090cb62f0a Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Fri, 11 Jul 2025 18:23:51 +0200 Subject: [PATCH] chore: fix missing keys --- internal/tui/components/chat/splash/keys.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(