Docs Index
Doc
Keyboard Shortcuts
In order to execute code in any language, simply hit on the run button in the top left hand corner of a pad.
We also give a handy keyboard shortcut if you don’t want to take your hands off the keyboard:
Run Code:
Mac: ⌘ + enter OR ⌘ + S
Windows: CTRL + enter OR CTRL + S
Code language: HTTP (http)
To indent one level:
Mac: Tab OR ⌘ + [
Windows: Tab OR CTRL + [
Code language: HTTP (http)
To indent one level less
Mac: ⌘ + J
Windows: CTRL + J
Code language: HTTP (http)
Undo action
Mac: ⌘ + Z
Windows: CTRL + Z
Code language: HTTP (http)
Redo action
Mac: ⌘ + Shift + Z
Windows: CTRL + Shift + Z
Code language: HTTP (http)
Code Autocomplete (when available)
Mac: CTRL + SPACE OR .
Windows: CTRL + SPACE OR .
Code language: HTTP (http)