mirror of
https://github.com/Maks1mS/bubbles.git
synced 2025-01-11 14:38:10 +03:00
fix(table): correct keybinding for page down (#220)
Co-authored-by: Bastian Winkler <buz@serious.im>
This commit is contained in:
parent
1c26128786
commit
776062e30c
@ -59,11 +59,11 @@ func DefaultKeyMap() KeyMap {
|
|||||||
),
|
),
|
||||||
PageUp: key.NewBinding(
|
PageUp: key.NewBinding(
|
||||||
key.WithKeys("b", "pgup"),
|
key.WithKeys("b", "pgup"),
|
||||||
key.WithHelp("b", "page up"),
|
key.WithHelp("b/pgup", "page up"),
|
||||||
),
|
),
|
||||||
PageDown: key.NewBinding(
|
PageDown: key.NewBinding(
|
||||||
key.WithKeys("f", "pgup", spacebar),
|
key.WithKeys("f", "pgdown", spacebar),
|
||||||
key.WithHelp("f", "page down"),
|
key.WithHelp("f/pgdn", "page down"),
|
||||||
),
|
),
|
||||||
HalfPageUp: key.NewBinding(
|
HalfPageUp: key.NewBinding(
|
||||||
key.WithKeys("u", "ctrl+u"),
|
key.WithKeys("u", "ctrl+u"),
|
||||||
|
Loading…
Reference in New Issue
Block a user