keys

package
v0.0.0-...-f12bd69 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Debug = debug{
	LoadDebuggableContainers: key.NewBinding(
		key.WithKeys("l"),
		key.WithHelp("l", "Load debuggable containers"),
	),
	ChangeRuntime: key.NewBinding(
		key.WithKeys("r"),
		key.WithHelp("r", "Change runtime"),
	),
	StartSession: key.NewBinding(
		key.WithKeys("s"),
		key.WithHelp("s", "Start session"),
	),
}
View Source
var Global = global{
	Filter: key.NewBinding(
		key.WithKeys("/"),
		key.WithHelp(`/`, "filter"),
	),
	Quit: key.NewBinding(
		key.WithKeys("ctrl+c", "q"),
		key.WithHelp("ctrl+c/q", "quit"),
	),
	Back: key.NewBinding(
		key.WithKeys("esc"),
		key.WithHelp("esc", "back"),
	),
	CtrlC: key.NewBinding(
		key.WithKeys("ctrl+c"),
		key.WithHelp("ctrl+c", "quit"),
	),
}
View Source
var Home = home{
	Images: key.NewBinding(
		key.WithKeys("i"),
		key.WithHelp("i", "Open images view"),
	),
	Debug: key.NewBinding(
		key.WithKeys("d"),
		key.WithHelp("d", "Open debug view"),
	),
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL