Constructors

Accessors

Methods

  • Listen on target in the capture phase, so a claimed chord never reaches the engine's own listener on the document. Returns the detacher; a second call replaces the first.

    Parameters

    • target: {
          addEventListener(t: string, fn: EventListener, opts?: boolean): void;
          removeEventListener(t: string, fn: EventListener, opts?: boolean): void;
      }

    Returns () => void

  • The bindings as the shortcuts panel shows them: the widget's own groups, then the engine's chart commands, with any chord the widget claims first marked as shadowed.

    Returns KeymapGroup[]