interface KeymapOptions {
    chart?: null | ChartShortcutSource;
    isMac?: boolean;
    scopes?: () => readonly KeyScope[];
}

Properties

Properties

chart?: null | ChartShortcutSource

The chart's shortcut manager, for conflict detection and the panel's Chart section.

isMac?: boolean
scopes?: () => readonly KeyScope[]

Which scopes are active right now, narrowest first. Default: ['global'].