ToolJet/docs/docs/tutorial/keyboard-shortcuts.md
Marc Meszaros d98121cd75
feat: Support multipart/form-data body when file like objects are specified in restapi datasource (#6622)
* Automatically convert restapi datasource request body to multipart/form-data if a file object is detected (#6621)

* Improve fileobject check function in restapi datasource and guard against bad file data (#6621)

* Avoid null or undefined in restapi datasource form-data payload

* update keyboard shortcuts page (#8143)

---------

Co-authored-by: Karan Rathod <karan.altcampus@gmail.com>
Co-authored-by: Akshay <akshaysasidharan93@gmail.com>
2023-11-17 10:47:35 +05:30

1 KiB

id title
keyboard-shortcuts Keyboard Shortcuts

Keyboard Shortcuts

You can perform operations like copying and pasting components, cloning components, deleting components, undo, redo, and more using keyboard shortcuts.

Action Mac Shortcut Linux/Windows Shortcut
Copy component cmd + c ctrl + c
Cut component cmd + x ctrl + x
Paste component cmd + v ctrl + v
Undo cmd + z ctrl + z
Redo cmd + shift + z ctrl + shift + z
Clone component cmd + d ctrl + d
Remove component delete backspace
Deselect component esc esc

To choose several components at once within the app-builder, simply hold down the shift key while clicking on each component you want to select.