Defined in: conflicts.ts:15
optional events?: readonly KeyboardEvent[];Defined in: conflicts.ts:33
Source events allow detecting physical/logical overlap on the recorded layout.
optional eventType?: "keyup" | "keydown";Defined in: conflicts.ts:21
Intended event type. Default: keydown.
optional exclude?: (registration) => boolean;Defined in: conflicts.ts:27
Additional app-specific exclusions, such as all instances of one action.
| HotkeyRegistrationView | SequenceRegistrationView
boolean
optional excludeIds?: readonly string[];Defined in: conflicts.ts:25
IDs of registrations being edited.
optional includeDisabled?: boolean;Defined in: conflicts.ts:23
Include disabled registrations. Default: false.
optional platform?: "mac" | "windows" | "linux";Defined in: conflicts.ts:31
Platform used to resolve Mod in the candidate. Registrations retain their own platform.
optional scope?: "all" | "overlapping";Defined in: conflicts.ts:19
Check all targets instead of overlapping targets. Default: overlapping.
optional target?: Document | Window | HTMLElement;Defined in: conflicts.ts:17
Intended registration target. Defaults to document; disjoint targets are excluded.