Keyboard Shortcuts
Speed up your form building with keyboard shortcuts. You can also access this list anytime from the editor with Cmd/Ctrl + /.
| Action | Mac | Windows/Linux |
|---|
| Bold | Cmd + B | Ctrl + B |
| Italic | Cmd + I | Ctrl + I |
| Strikethrough | Cmd + Alt + S | Ctrl + Alt + S |
| Code | Cmd + Alt + C | Ctrl + ` |
| Link | Cmd + K | Ctrl + K |
| Highlight | Cmd + Alt + H | Ctrl + Alt + H |
| Comment | Cmd + Alt + M | Ctrl + Alt + M |
Insert headings
| Action | Mac | Windows/Linux |
|---|
| Large heading (H1) | Alt + Cmd + 1 | Shift + Ctrl + 1 |
| Medium heading (H2) | Alt + Cmd + 2 | Shift + Ctrl + 2 |
| Small heading (H3) | Alt + Cmd + 3 | Shift + Ctrl + 3 |
You can also type Markdown-style shortcuts: # + space for H1, ## + space for H2, ### + space for H3.
General
| Action | Mac | Windows/Linux |
|---|
| Show shortcuts help | Cmd + / | Ctrl + / |
| Find in form | Cmd + F | Ctrl + F |
| Go to form or folder | Cmd + P | Ctrl + P |
| Command palette | Shift + Cmd + P | Shift + Ctrl + P (or K in Firefox) |
| Undo | Cmd + Z | Ctrl + Z |
| Redo | Shift + Cmd + Z | Shift + Ctrl + Z |
| Cut | Cmd + X | Ctrl + X |
| Copy | Cmd + C | Ctrl + C |
| Paste | Cmd + V | Ctrl + V |
| Select all | Cmd + A | Ctrl + A |
Type these as you write and they’ll convert automatically:
| Syntax | Result |
|---|
**text** | Bold |
*text* | Italic |
`text` | Code |
~~text~~ | Strikethrough |
==text== | Highlight |
[title](url) | Link |