---
name: kunanonj/aside-site-google-forms
source: https://app.decimal.ai/s/kunanonj-aside-site-google-forms@1/SKILL.md
source_sha256: 1fbccd5b29ee
---

# 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`