MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / taskStopCancelKeySpec

Method taskStopCancelKeySpec

internal/ui/components/tasks_list.go:446–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444}
445
446func (tl *TasksList) taskStopCancelKeySpec() string {
447 if tl.app != nil && tl.app.config.KeyBindings.TaskStopCancel != "" {
448 return tl.app.config.KeyBindings.TaskStopCancel
449 }
450
451 return config.DefaultKeyBindings().TaskStopCancel
452}
453
454func (tl *TasksList) updateActiveTableTitle() {
455 tl.activeTable.SetTitle(fmt.Sprintf(

Callers 2

setupKeyHandlersMethod · 0.95

Calls 1

DefaultKeyBindingsFunction · 0.92

Tested by

no test coverage detected