The following keyboard shortcuts are supported on the TechSmart Platform, and in the TechSmart Code Editor:
| Command | PC Shortcut | Mac Shortcut |
| Cut | ctrl + X | cmd + X |
| Copy | ctrl + C | cmd + C |
| Paste | ctrl + V | cmd + V |
| Undo | ctrl + Z | cmd + Z |
| Redo | ctrl + Y | cmd + Y |
| Increase indentation level | tab | tab |
| Decrease indentation level | shift + tab | shift + tab |
| Toggle Comment | ctrl + / | cmd + / |
| Jump to end of line | End | cmd + ➡️ |
| Jump to beginning of line | Home | cmd + ⬅️ |
| Jump to beginning of code file | cmd + ⬆️ | |
| Jump to bottom of code file | cmd + ⬇️ | |
| Jump to previous word (token) | ctrl + ⬅️ | option + ⬅️ |
| Jump to next word (token) | ctrl + ➡️ | option + ➡️ |
| Scroll Horizontally | Shift + Mouse Wheel | Shift + Mouse Wheel |