diff --git a/examples/inputs/main.go b/examples/inputs/main.go index de9289c..1ccad94 100644 --- a/examples/inputs/main.go +++ b/examples/inputs/main.go @@ -54,7 +54,7 @@ func update(msg tea.Msg, model tea.Model) (tea.Model, tea.Cmd) { // Cycle between inputs case "tab": fallthrough - case "esc": // note: shift+tab sends an escape + case "shift+tab": fallthrough case "enter": fallthrough