Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Up = key.NewBinding( key.WithKeys("up"), key.WithHelp("↑", "up"), ) Left = key.NewBinding( key.WithKeys("left"), key.WithHelp("←", "left"), ) Down = key.NewBinding( key.WithKeys("down"), key.WithHelp("↓", "down"), ) Right = key.NewBinding( key.WithKeys("right"), key.WithHelp("→", "right"), ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.