Keyboard-driven command palette overlay for quick navigation and action execution.
| Surface | Note |
|---|---|
| meet-stage | Keyboard events captured by Meet. |
| googlechat | Interactive overlays not supported. |
| Interaction stripped. |
| Field | Type | |
|---|---|---|
| commands | array of {text, shortcut}. Available commands. | required |
{
"type": "command_palette",
"commands": [
{
"label": "New File",
"shortcut": "Ctrl+N"
},
{
"label": "Open File",
"shortcut": "Ctrl+O"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:command_palette",
"displayName": "Command Palette",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/command_palette",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Keyboard-driven command palette overlay for quick navigation and action execution.",
"representativeQueries": [
"show a keyboard-driven command palette with shortcut hints",
"keyboard-driven command palette overlay for quick navigation and action execution.",
"render a command palette"
]
}
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 →