Table of Contents

Enum HotkeyScope

Namespace
BlazOrbit.Hotkeys
Assembly
BlazOrbit.Hotkeys.dll

Scope rule applied to a registered BOBHotkeyService entry.

public enum HotkeyScope

Fields

Global = 0

Always active. Use for app-wide shortcuts (Ctrl+S, Ctrl+/).

Page = 1

Active until the registration is disposed. Page or feature handlers fall here - the consumer disposes the registration in IDisposable.Dispose / IAsyncDisposable.DisposeAsync when the page navigates away.