Keyboard Shortcuts
Keyboard shortcuts can be used to perform various actions within the Easel editor more quickly and efficiently.
Editing Shortcuts
Indentation:
Tab: Indent the selected lines of code.Shift + Tab: Unindent the selected lines of code.
Undo and redo:
Ctrl + Z: Undo the last action.Ctrl + Shift + Z: Redo the last undone action.
Selection:
Ctrl + A: Select all text in the current file.
Commenting:
Ctrl + /: Comment or uncomment the selected lines of code.
Clipboard:
Ctrl + C: Copy the selected text to the clipboard.Ctrl + X: Cut the selected text and copy it to the clipboard.Ctrl + V: Paste the text from the clipboard at the cursor position.