OOXML Structure
Use case
- Document structure - Basic building blocks of content
- Formatting control - Spacing, alignment, indentation
- Style application - Heading styles, body text styles
- Borders & shading - Visual separation and emphasis
- Keep with next - Control page breaks between paragraphs
Commands
toggleBulletList
Convert selected paragraphs to a bullet list, or remove list formatting if already a bullet list.
toggleOrderedList
Convert selected paragraphs to an ordered list, or remove list formatting if already an ordered list.
restartNumbering
Reset list numbering for the current list item and following items.
Keyboard shortcuts
| Command | Shortcut | Description |
|---|---|---|
| toggleOrderedList() | Mod-Shift-7 | Toggle ordered list |
| toggleBulletList() | Mod-Shift-8 | Toggle bullet list |
| (split paragraph) | Enter | Split paragraph at cursor |
| (line break) | Shift-Enter | Insert line break without list properties |
| (indent) | Tab | Increase list indent level |
| (outdent) | Shift-Tab | Decrease list indent level |
Input rules
| Trigger | Result |
|---|---|
- , + , or * at line start | Create bullet list |
1. (or any number) at line start | Create ordered list |

