Skip to content
Version 2.11.0
↓ Get the launcher

IHotkeys.DeclareAction method

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.

public IHotkeyAction DeclareAction(HotkeyAction action, Action callback)