CarpenterHotkeyCommand typedef

CarpenterHotkeyCommand = CarpenterCommandController<void>

Transitional source-compatible name for the unified command model.

Hotkeys are presentation bindings of CarpenterCommand, not a second business-action abstraction.

Implementation

typedef CarpenterHotkeyCommand = CarpenterCommandController<void>;