IHotkeys interface
Plugin-facing hotkey service. Declare bindable keyboard actions and receive callbacks when pressed.
public interface IHotkeysMembers
Section titled “Members”| name | description |
|---|---|
| DeclareAction(…) | Declare a bindable action. The framework resolves the binding from user config (Phase 9) or falls back to SuggestedDefault. Dispose the returned handle to unregister the action. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services