# Aside Site Google Forms

> Google Forms navigation and editing guidance.

- Skill: `kunanonj/aside-site-google-forms` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kunanonj/aside-site-google-forms`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kunanonj/aside-site-google-forms/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: KunanonJ (https://skillmd.com/u/kunanonj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kunanonj/aside-site-google-forms

---

# Google Forms

## Canonical URLs

- Search: `https://docs.google.com/forms/u/${uid}/?q=${keyword}`
- Edit: `https://docs.google.com/forms/u/${uid}/d/${formId}/edit`
- Create: `https://docs.google.com/forms/u/${uid}/create`

## Interaction model

- Prefer shortcuts for inserting and moving form content.
- The main tabs are `Questions`, `Responses`, and `Settings`.
- Re-snapshot after tab changes and after inserting a new block because Forms often shifts focus.

## Useful shortcuts

- Insert question: hold `Cmd`, then `i`, then `i`
- Insert title and description: hold `Cmd`, then `i`, then `h`
- Insert image: hold `Cmd`, then `i`, then `p`
- Insert video: hold `Cmd`, then `i`, then `v`
- Insert section: hold `Cmd`, then `i`, then `b`
- Move item up / down: `Cmd+Shift+K`, `Cmd+Shift+J`
- Delete item: `Option+Shift+D`
- Duplicate item: `Cmd+Shift+D`
- Next / previous control: `Tab`, `Shift+Tab`
- Activate focused control: `Enter`
- Toggle checkbox or radio: `Space`
- Delete selected content: `Delete` or `Backspace`

