Enum HotkeyScope
Scope rule applied to a registered BOBHotkeyService entry.
public enum HotkeyScope
Fields
Global = 0Always active. Use for app-wide shortcuts (Ctrl+S, Ctrl+/).
Page = 1Active until the registration is disposed. Page or feature handlers fall here - the consumer disposes the registration in
IDisposable.Dispose/IAsyncDisposable.DisposeAsyncwhen the page navigates away.