MCPcopy Create free account
hub / github.com/1buran/rHttp / KeyMap

Struct KeyMap

keys.go:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type KeyMap struct {
10 Next, Prev, Quit, Help, Run, FullScreen, PageUp, PageDown, Up, Down, Enter,
11 Delete, Autocomplete, LoadSession, SaveSession, ToggleCheckbox, ToggleJSON, SaveJSON,
12 Payload key.Binding
13}
14
15func (k KeyMap) ShortHelp() []key.Binding {
16 return []key.Binding{k.Help, k.Quit}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected