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

Struct KeyStroke

keys.go:98–101  ·  view source on GitHub ↗

Helper struct for linking together help and key bindings.

Source from the content-addressed store, hash-verified

96
97// Helper struct for linking together help and key bindings.
98type KeyStroke struct {
99 keys KeyMap
100 help help.Model
101}
102
103// Create new instance of [KeyStroke].
104func NewKeyStroke(keyStyle, descStyle lipgloss.Color) KeyStroke {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected