Xác định phím tắt thực thi macro.
Giá trị này phải có dạng Ctrl+Alt+Shift+Number, trong đó Number là một chữ số. Bạn chỉ có thể thực thi các macro không có phím tắt từ trình đơn Tools > Macros (Công cụ > Macro).
functionName
string
Bắt buộc. Tên của hàm Apps Script thực thi macro. Theo mặc định, giá trị này khớp với menuName cho các hàm được tạo tự động, nhưng đây không phải là yêu cầu.
menuName
string
Bắt buộc. Tên của macro như xuất hiện trong giao diện người dùng của Google Trang tính.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-11-22 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."]]],[]]