| ⌘ + Q | | Exit Developer Tools |
| ⇧ + ⌘ + N | shift + ctrl + N | Newly built projects |
| ⇧ + ⌘ + W | shift + ctrl + W | Close the current project |
| file | | |
| ⌘ + N | ctrl + N | New file |
| ⌘ + S | ctrl + S | Save the file |
| ⇧ + ⌘ + S | shift + ctrl + S | Save all files |
| ⌘ + W | ctrl + W | Close the current file |
| edit | | |
| ⌘ + Z | ctrl + Z | Revoke |
| ⇧ + ⌘ + Z | shift + ctrl + Z | Do it all over again |
| ⌘ + C | ctrl + C | copy |
| ⌘ + X | ctrl + X | to shear |
| ⌘ + V | ctrl + V | paste |
| ⌘ + [ | ctrl + [ | Code shrinks left |
| ⌘ + ] | ctrl + ] | Code shrink to right |
| ⇧ + ⌥ + F | shift + alt + F | Formatting code |
| ⌥ + ⬆ | alt + ⬆ | Move a line up the code |
| ⌥ + ⬇ | alt + ⬇ | Move a line down the code |
| ⇧ + ⌥ + ⬆ | shift + alt + ⬆ | Copy and paste up |
| ⇧ + ⌥ + ⬇ | shift + alt + ⬇ | Copy and paste down |
| ⌘ + P | ctrl + P | Jump to the file |
| ⌘ + E | ctrl + E | Jump to the Recent Files |
| ⌘ + ⌥ + ⬅ | ctrl + alt + ⬅ | Open the file on the left side of the current file editor |
| ⌘ + ⌥ + ➡ | ctrl + alt + ➡ | Open the file on the right side of the current file editor |
| ⌘ + F | ctrl + F | Search within the file |
| ⇧ + ⌘ + F | shift + ctrl + F | Search within Project |
| ⇧ + ⌘ + R | shift + ctrl + R | Focus is within the editor, indicating substitution |
| tool | | |
| ⌘ + B | ctrl + B | Compile projects |
| ⌘ + R | ctrl + R | Focus on outside the editor, compiling projects |
| ⇧ + ⌘ + P | shift + ctrl + P | Preview code |
| ⇧ + ⌘ + U | shift + ctrl + U | Upload code |
| interface | | |
| ⌘ + , | ctrl + , | Open the settings window |