mirror of
https://github.com/Maks1mS/bubbles.git
synced 2025-03-13 12:33:43 +03:00
Bind to shift+tab to cycle through fields in reverse
This commit is contained in:
parent
a684bf4701
commit
8129727c22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user