Documentation ¶ Index ¶ type Code func New(width, height int, theme color.Color) Code func (m Code) Init() tea.Cmd func (m Code) IsCapturing() bool func (m Code) Keys() help.KeyMap func (m Code) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Code) View() tea.View Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Code ¶ type Code struct { // contains filtered or unexported fields } func New ¶ func New(width, height int, theme color.Color) Code func (Code) Init ¶ func (m Code) Init() tea.Cmd func (Code) IsCapturing ¶ added in v0.12.0 func (m Code) IsCapturing() bool func (Code) Keys ¶ func (m Code) Keys() help.KeyMap func (Code) Update ¶ func (m Code) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Code) View ¶ func (m Code) View() tea.View Source Files ¶ View all Source files code.gokeys.go Click to show internal directories. Click to hide internal directories.