type ConflictBehavior = "warn" | "error" | "replace" | "allow";
Defined in: manager.utils.ts:11
Behavior when registering a hotkey/sequence that conflicts with an existing registration.