HotkeyAction record
Descriptor for a bindable keyboard action declared via DeclareAction.
public record HotkeyActionPublic Members
Section titled “Public Members”| 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). |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain