Skip to content
Version 2.11.0
↓ Get the launcher

HotkeyAction record

Descriptor for a bindable keyboard action declared via DeclareAction.

public record HotkeyAction
name description
HotkeyAction(…) Descriptor for a bindable keyboard action declared via DeclareAction.
Description { get; set; } Human-readable label shown in the Settings → Hotkeys panel.
Id { get; set; } Stable string id unique within the declaring plugin (e.g. “ToggleWindow”).
SuggestedDefault { get; set; } Optional default binding suggested to the user; may be null (no default).