Define o atalho de teclado que executa a macro.
Ele precisa estar no formato Ctrl+Alt+Shift+Number.
em que Number é um dígito único. Macros sem
só podem ser executados na guia Ferramentas > Macros.
functionName
string
Obrigatório. O nome da função do Apps Script que é executada
a macro. Por padrão, isso corresponde ao menuName para
criadas automaticamente, mas isso não é obrigatório.
menuName
string
Obrigatório. O nome da macro, como aparece no
Interface das Planilhas Google.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-10-15 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."]]],[]]