> For the complete documentation index, see [llms.txt](https://help.taglo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.taglo.io/using-taglo-software/the-taglo-interface/keyboard-shortcuts.md).

# Keyboard Shortcuts

## Application shortcuts

General shortcuts:

<table data-header-hidden><thead><tr><th width="260">Shortcut</th><th>Action</th></tr></thead><tbody><tr><td><code>Alt</code> + <code>e</code>, <code>u</code> </td><td>Undo (see <a href="/pages/1TzHGua2641ZgylEKPoO"><strong>Undo/Redo</strong></a>)</td></tr><tr><td><code>Alt</code> + <code>e</code>, <code>r</code> </td><td>Redo (see <a href="/pages/1TzHGua2641ZgylEKPoO"><strong>Undo/Redo</strong></a>)</td></tr></tbody></table>

## List shortcuts

When working in any [**list of items**](/using-taglo-software/the-taglo-interface/list-views.md):

<table data-header-hidden><thead><tr><th width="260">Shortcut</th><th>Action</th></tr></thead><tbody><tr><td><code>Ctrl</code> + <code>n</code></td><td>Create a new item (opens new item dialog)</td></tr><tr><td><code>Ctrl</code> + <code>[Number]</code></td><td>Switch view (e.g. <code>Ctrl</code> + <code>2</code> to switch to second view)</td></tr></tbody></table>

When one or more items in a list are selected:

<table data-header-hidden><thead><tr><th width="260">Shortcut</th><th>Action</th></tr></thead><tbody><tr><td><code>Ctrl</code> + <code>e</code></td><td>Edit the currently selected item(s)</td></tr><tr><td><code>Ctrl</code> + <code>d</code></td><td>Duplicate the currently selected item(s)</td></tr><tr><td><code>Del</code></td><td>Delete the currently selected item(s)</td></tr></tbody></table>

## Wizard shortcuts

When working in a [**wizard**](/using-taglo-software/the-taglo-interface/using-wizards.md):

<table data-header-hidden><thead><tr><th width="260">Shortcut</th><th>Action</th></tr></thead><tbody><tr><td><code>Alt</code> + <code>n</code></td><td>Go to next page (if available)</td></tr><tr><td><code>Alt</code> + <code>b</code></td><td>Go to previous page</td></tr><tr><td><code>Alt</code> + <code>i</code></td><td>Finish and exit (if available) from any page</td></tr><tr><td><code>Alt</code> + <code>[Number]</code></td><td>Go to sub-step on page (e.g. <code>Alt</code> + <code>2</code> to go to second step)</td></tr><tr><td><code>Alt</code> + <code>0</code></td><td>Collapse all sub-steps on page</td></tr></tbody></table>

## Model Editor shortcuts

Shortcuts in the [**Model Editor**](/models/model-editor.md):

<table data-header-hidden><thead><tr><th width="260">Shortcut</th><th>Action</th></tr></thead><tbody><tr><td><code>Ctrl</code> + <code>q</code></td><td>Cycle through tabs</td></tr><tr><td><code>Ctrl</code> + <code>Shift</code> + <code>q</code></td><td>Cycle backwards through tabs</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.taglo.io/using-taglo-software/the-taglo-interface/keyboard-shortcuts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
