# Keyboard Shortcuts

## Overview

Keyboard shortcuts improve efficiency by enabling faster task execution, boosting productivity, and streamlining workflows. There are keyboard shortcuts available for the Thunkable Design Tab and Blocks Tab.

### Design Tab

<figure><img src="/files/NaSbW3saptb6uHCaOu0m" alt=""><figcaption></figcaption></figure>

### Blocks Tab

<figure><img src="/files/F0i1Vl7iQ3B5T0GQCmFa" alt=""><figcaption></figcaption></figure>

## Keyboard Shortcuts

<table><thead><tr><th width="167">Shortcut</th><th width="326">Expected Behavior</th><th width="130">Design Tab</th><th>Blocks Tab</th></tr></thead><tbody><tr><td><p>T</p><p><br></p></td><td>Toggle between the Design and Blocks tabs.</td><td>✅</td><td>✅</td></tr><tr><td>P</td><td>Web Preview. Equivalent to clicking the Web Preview icon.</td><td>✅</td><td>✅</td></tr><tr><td>Esc </td><td>When in Web Preview, the equivalent of clicking Back to editing.</td><td>✅</td><td>✅</td></tr><tr><td>F</td><td>Access the Designer's Focus tool.<br><img src="/files/HrVo1Y3CV3n0pcsMWQJp" alt=""></td><td>✅</td><td><br></td></tr><tr><td>D</td><td>Live Test on Device. Equivalent to clicking the Live Test icon.<img src="/files/ryWkFM7mZTqocWoccPDb" alt=""></td><td>✅</td><td>✅</td></tr><tr><td><p>Press and hold spacebar + drag cursor</p><p></p><p>Mac touchpad:</p><p>Press and hold spacebar + two-finger move cursor </p></td><td><p>Pan around the screen. </p><p><img src="https://lh3.googleusercontent.com/5mXSuvjGvYffWCH_PQwj43tzPpQK5EjlCrYcUxG_eQjijt8BZOI2Uz--weYFzSgYu7gII5VN8RXJ8esc6N2bc5MEYDGMBTvtPvEHW37oYPti8qCdqTEpN36hWwEAQdZ2sQMQ4XOwWuF1GxGIq2hbKc8" alt=""></p><p></p><p>Note: The cursor must remain in the screen area in order to continue panning. </p></td><td>✅</td><td><br></td></tr><tr><td>⌘ + C</td><td>Copy screens, components, and blocks.</td><td>✅</td><td>✅</td></tr><tr><td>⌘ + V</td><td>Paste copied screens, components, and blocks.</td><td>✅</td><td>✅</td></tr><tr><td>Arrow keys</td><td>Move the selected UI component—small nudge.</td><td>✅</td><td></td></tr><tr><td>Shift + arrow keys</td><td>Move the selected UI component—larger nudge.</td><td>✅</td><td></td></tr><tr><td>⌘ + K</td><td>Toolbox search in Blocks tab.</td><td></td><td>✅</td></tr><tr><td>⌘ + F</td><td>Workspace search in Blocks tab.</td><td></td><td>✅</td></tr><tr><td>⌘ + ⬆</td><td>Select the previous component in the component tree.</td><td>✅</td><td></td></tr><tr><td>⌘ + ⬇</td><td>Select the next component in the component tree.</td><td>✅</td><td></td></tr><tr><td>⌘ + ⬅</td><td>Go to previous screen.</td><td>✅</td><td>✅</td></tr><tr><td>⌘ + ⮕</td><td>Go to next screen.</td><td>✅</td><td>✅</td></tr><tr><td>Delete or Backspace</td><td>Delete selected component.</td><td>✅</td><td>✅</td></tr><tr><td>⌘ + Z</td><td>Undo</td><td>✅</td><td>✅</td></tr><tr><td><p>⌘ + Y or</p><p>⌘ + Shift + Z</p></td><td>Redo</td><td>✅</td><td>✅</td></tr></tbody></table>

{% hint style="info" %}
“⌘” should be replaced with “Ctrl” for non-macOS environments.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.thunkable.com/getting-started/keyboard-shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
