Documentation menu
Keyboard Shortcuts
Last updated on • Disponible en Français
You can use the following commands in your pad:
| Operation | Mac Command | Windows Command |
|---|---|---|
| Run Code | ⌘ + enter OR ⌘ + S | CTRL + enter OR CTRL + S |
| To indent one level | Tab OR ⌘ + [ | Tab OR CTRL + [ |
| To indent one level less | ⌘ + J | CTRL + J |
| Undo action | ⌘ + Z | CTRL + Z |
| Redo action | ⌘ + SHIFT + Z | CTRL + SHIFT + Z |
| Code autocomplete (when available) | CTRL + SPACE OR . | CTRL + SPACE OR . |
| Select whole line | ⌘ + L | CTRL + L |
| Duplicate line | ⌥ + SHIFT + ↑ (to duplicate the line above) ⌥ + SHIFT + ↓ (to duplicate the line below) | SHIFT + ALT + ↑ SHIFT + ALT + ↓ |
| Cut current line | ⌘ + X | CTRL + X |
| Copy current line | ⌘ + C | CTRL + C |
| Open command palette | ⌘ + SHIFT + P | F1 |