mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 14:07:26 +00:00
* add date with time column * add table component to date with time colum * add aggregate and group by * add docs for retry on network error * add cookies * add .env vars * add docs for v2.65.0 * remove banner from v2.65.0 * update data types title * update querying data title
1 KiB
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.