# Functions
NewBinding returns a new keybinding from a set of BindingOpt options.
WithAction initializes a keybinding with the given callback to execute when pressed.
WithDisabled initializes a disabled keybinding.
WithHelp initializes a keybinding with the given help text.
WithKeys initializes a keybinding with the given keystrokes.
# Type aliases
Action is a callback function executed when a keybinding is pressed.
BindingOpt is an initialization option for a keybinding.