diff --git a/internal/tui/components/dialogs/permissions/keys.go b/internal/tui/components/dialogs/permissions/keys.go index c77810f15be294e5a71f911d61da93b324bd7f17..052c5222bc1ff7d7de1eb7e8f8a1378a7c79c1bc 100644 --- a/internal/tui/components/dialogs/permissions/keys.go +++ b/internal/tui/components/dialogs/permissions/keys.go @@ -34,15 +34,15 @@ func DefaultKeyMap() KeyMap { key.WithHelp("tab", "switch"), ), Allow: key.NewBinding( - key.WithKeys("a", "ctrl+a"), + key.WithKeys("a", "A", "ctrl+a"), key.WithHelp("a", "allow"), ), AllowSession: key.NewBinding( - key.WithKeys("s", "ctrl+s"), + key.WithKeys("s", "S", "ctrl+s"), key.WithHelp("s", "allow session"), ), Deny: key.NewBinding( - key.WithKeys("d", "ctrl+d"), + key.WithKeys("d", "D", "ctrl+d"), key.WithHelp("d", "deny"), ), Select: key.NewBinding(