Skip to content
Version 2.11.0
↓ Get the launcher

IHotkeys interface

Plugin-facing hotkey service. Declare bindable keyboard actions and receive callbacks when pressed.

public interface IHotkeys
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.