Keyboard Shortcuts

Speed up your form building with keyboard shortcuts. You can also access this list anytime from the editor with Cmd/Ctrl + /.

Formatting

ActionMacWindows/Linux
BoldCmd + BCtrl + B
ItalicCmd + ICtrl + I
StrikethroughCmd + Alt + SCtrl + Alt + S
CodeCmd + Alt + CCtrl + `
LinkCmd + KCtrl + K
HighlightCmd + Alt + HCtrl + Alt + H
CommentCmd + Alt + MCtrl + Alt + M

Insert headings

ActionMacWindows/Linux
Large heading (H1)Alt + Cmd + 1Shift + Ctrl + 1
Medium heading (H2)Alt + Cmd + 2Shift + Ctrl + 2
Small heading (H3)Alt + Cmd + 3Shift + Ctrl + 3

You can also type Markdown-style shortcuts: # + space for H1, ## + space for H2, ### + space for H3.

General

ActionMacWindows/Linux
Show shortcuts helpCmd + /Ctrl + /
Find in formCmd + FCtrl + F
Go to form or folderCmd + PCtrl + P
Command paletteShift + Cmd + PShift + Ctrl + P (or K in Firefox)
UndoCmd + ZCtrl + Z
RedoShift + Cmd + ZShift + Ctrl + Z
CutCmd + XCtrl + X
CopyCmd + CCtrl + C
PasteCmd + VCtrl + V
Select allCmd + ACtrl + A

Markdown-style formatting

Type these as you write and they’ll convert automatically:

SyntaxResult
**text**Bold
*text*Italic
`text`Code
~~text~~Strikethrough
==text==Highlight
[title](url)Link