Ace API Reference
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    $addCommandToMacro: any
    $inReplay: boolean
    $singleCommand: boolean
    byName: Record<string, Ace.Command>
    commandKeyBinding: {}
    commands: Record<string, Ace.Command>
    macro: any
    oldMacro: any
    platform: Platform
    recording: boolean

    Methods

    • Parameters

      • data: any
      • hashId: number
      • keyString: string
      • keyCode: number

      Returns void | { command: string }

    • 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 }