# Shortcuts

Datasaur provides keyboard shortcuts to help make labeling faster and more efficient.

### Viewing shortcuts in the app

You can view the full list of available shortcuts at any time directly within the platform. Note that this is only accessible from inside a project.

* Press `Ctrl` + `/` on Windows or `⌘` + `/` on Mac.
* Or open the **Help menu** and select **Keyboard shortcuts.**

### Label shortcuts

In **Span and Conversational labeling** projects, the most commonly used shortcuts appear directly in the label box while labeling spans. In the example below, you can press `2` to apply the `Date` label.

![](/files/0rOR2xdL76tJbfO7UCCW)

In **Document labeling** and **Row labeling** projects, shortcuts are shown in the Document Labeling and Row Labeling extensions, specifically in questions with the **Dropdown** question type.

![](/files/w7ksrYBEvqesNtBXwHCQ)

You can view the full list of shortcuts from the Help menu or by pressing `Ctrl`+`/` (Windows) or `⌘`+`/` (Mac).

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

### Other supported shortcuts

Beyond label shortcuts, Datasaur supports a range of keyboard shortcuts to help you navigate and manage your work more efficiently. You can access the full dialog as described [above](#viewing-shortcuts-in-the-app), or you can see the image below.

**File**

<figure><img src="/files/2rGxfGubkYUPOIJ3NMBC" alt=""><figcaption></figcaption></figure>

**Edit**

<figure><img src="/files/1Qiv9fqKYy9qC88pgvOh" alt=""><figcaption></figcaption></figure>

**Go to**

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

**Help**

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

**Audio player**

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

**Labeling editor**

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

**Span label set**

<figure><img src="/files/7BqyMzrKZqA21daTEPZI" alt=""><figcaption></figcaption></figure>

**Arrow label set**

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

### Customizing shortcuts

{% hint style="info" %}
Shortcut customization is not yet supported for all shortcuts. Only shortcuts with an edit icon visible beside them can be modified.
{% endhint %}

You can customize certain shortcuts to better fit your workflow. To edit a supported shortcut, click the **edit icon** next to the shortcut you want to change in the Keyboard shortcuts dialog. Enter your preferred key combination and save. The updated shortcut will take effect immediately.


---

# 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.datasaur.ai/advanced/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.
