ToolJet/docs/versioned_docs/version-2.29.0/tutorial/keyboard-shortcuts.md
Karan Rathod 7d4cd6da47
[docs]:app builder 1.5 updates (#8672)
* add getter function and table transformation docs

* add dropdown, number-input, password-input and text-input docs

* [docs] custom parameters for queries

* update docs for revamped components, runJS and runPy functions and sidebar

* change order of properties and other misc changes

* update query panel and other minor fixes

* added version 2.29.0

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2024-02-15 11:51:55 +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.