Defines the keyboard shortcut that executes the macro.
This must be of the form Ctrl+Alt+Shift+Number,
where Number is a single-digit. Macros without
shortcuts can only be executed from the Tools > Macros menu.
functionName
string
Required. The name of the Apps Script function that executes
the macro. By default this matches the menuName for
functions automatically created, but this is not a requirement.
menuName
string
Required. The name of the macro as it appears in the
Google Sheets UI.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-29 UTC."],[[["Sheets macros are defined using a manifest configuration, which must include all required fields."],["Each macro definition specifies a keyboard shortcut, the name of the Apps Script function to execute, and the menu name displayed in the Google Sheets UI."],["The keyboard shortcut must be unique and follow the format `Ctrl+Alt+Shift+` followed by a single digit."],["Macros without assigned shortcuts can only be run from the **Tools \u003e Macros** menu in Google Sheets."]]],[]]