menu Documentation menu

Keyboard Shortcuts

Last updated on Disponible en Français

You can use the following commands in your pad:

OperationMac CommandWindows Command
Run Code⌘ + enter OR ⌘ + SCTRL + enter OR CTRL + S
To indent one levelTab OR ⌘ + [Tab OR CTRL + [
To indent one level less⌘ + JCTRL + J
Undo action⌘ + ZCTRL + Z
Redo action⌘ + SHIFT + Z CTRL + SHIFT + Z
Code autocomplete (when available)CTRL + SPACE OR .CTRL + SPACE OR .
Select whole line⌘ + LCTRL + L
Duplicate line⌥ + SHIFT + ↑ (to duplicate the line above)
⌥ + SHIFT + ↓ (to duplicate the line below)
SHIFT + ALT +  â†‘
SHIFT + ALT + ↓
Cut current line⌘ + XCTRL + X
Copy current line⌘ + CCTRL + C
Open command palette⌘ + SHIFT + PF1