Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Keybinding

Index

Functions

  • 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

  • Returns with the string representation of the binding. Any additional properties which are not described on the Keybinding API will be ignored.

    Parameters

    Returns string