Hierarchy (view full)

Constructors

Properties

$addCommandToMacro: any
$inReplay: boolean
$singleCommand: boolean
byName: Record<string, Command>
commandKeyBinding: {}

Type declaration

    commands: Record<string, Command>
    macro: any
    oldMacro: any
    platform: Platform
    recording: boolean

    Methods

    • Parameters

      • key: string | {
            mac?: string;
            position?: number;
            win?: string;
        }
      • command: string | CommandLike
      • Optional position: number

      Returns void

    • Accepts keys in the form ctrl+Enter or ctrl-Enter keys without modifiers or shift only

      Parameters

      • keys: string

      Returns false | {
          hashId: number;
          key: string;
      }

    Generated using TypeDoc