hammerspoon2-docs
    Preparing search index...

    Function list

    • Returns an array of all available shortcuts.

      Key Type Description
      name string The display name of the shortcut
      id string A UUID uniquely identifying the shortcut
      acceptsInput boolean Whether the shortcut expects input when run
      actionCount number How many actions the shortcut contains

      Returns Record<string, any>[]

      An array of shortcut descriptor objects.