ToolJet/docs/versioned_docs/version-3.16.0-LTS/tutorial/keyboard-shortcuts.md

25 lines
1.2 KiB
Markdown
Raw Normal View History

2025-08-04 06:49:49 +00:00
---
id: keyboard-shortcuts
title: 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 |
|:------------|:-------------------|:-----------------------|
| Select all components | `cmd + a` | `ctrl + a` |
| 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` |
| Run Query | `cmd + enter` | `ctrl + enter` |
| Preview Query | `cmd + shift + enter` | `ctrl + shift + enter` |
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.