Shortcut Legend

Keyboard shortcut cheat-sheet grid. Multiple shortcuts displayed in a compact two-column layout, each showing the key combination and its action label. Distinct from keyboard_shortcut which shows a single combination inline.

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
titlestring. Heading above the grid.optional
items{'type': 'array', 'description': 'List of {keys, action} entries. keys is an array of key strings e.g. ["⌘", "K"]. action is the human-readable description.'}required
Example payload
{
  "type": "shortcut_legend",
  "items": [
    {
      "label": "Item 1"
    },
    {
      "label": "Item 2"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:shortcut_legend",
  "displayName": "Shortcut Legend",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/shortcut_legend",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Keyboard shortcut cheat-sheet grid. Multiple shortcuts displayed in a compact two-column layout, each showing the key combination and its action label. Distinct from keyboard_shortcut which shows a single combination inline.",
  "representativeQueries": [
    "show a keyboard shortcut cheat-sheet grid with key combos and labels",
    "keyboard shortcut cheat-sheet grid. multiple shortcuts displayed in a compact two-column layout, eac",
    "render a shortcut legend"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →