Theia API Documentation v1.65.0
    Preparing search index...
    • Compares two keybindings for equality. Can optionally ignore the keybinding and/or args property in the comparison.

      Parameters

      • a: Keybinding

        The first Keybinding in the comparison

      • b: Keybinding

        The second Keybinding in the comparison

      • ignoreKeybinding: boolean = false

        Ignore the 'keybinding' property in the comparison

      • ignoreArgs: boolean = false

        Ignore the 'args' property in the comparison

      Returns boolean