Hierarchy (view full)

Constructors

Properties

$singleCommand: boolean
commandKeyBinding: {}

Type declaration

    commands: Record<string, Command>
    platform: string

    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