# Keyboard Shortcuts

## General

| Shortcut                        | Function                           |
| ------------------------------- | ---------------------------------- |
| Enter                           | Make a new collection              |
| Tab                             | Change layout                      |
| 1—5                             | Change current item state          |
| Tilde                           | Remove current item state          |
| Cmd / Ctrl + F                  | Search for an item                 |
| Cmd / Ctrl + G                  | Jump to a collection               |
| Cmd / Ctrl + O                  | Toggle always-on-top               |
| Cmd / Ctrl + S                  | Export Tape data to file           |
| Cmd / Ctrl + Plus or Minus      | Change type size                   |
| Cmd / Ctrl + 0 (Zero)           | Reset type size                    |
| Cmd / Ctrl + P                  | Privacy blur current collection    |
| Cmd / Ctrl + Shift + P          | Privacy blur all collections       |
| Cmd / Ctrl + Shift + Up or Down | Expand or collapse all collections |
| Cmd / Ctrl + Shift + T          | Reset theme                        |

## Graph

| Shortcut                   | Function                 |
| -------------------------- | ------------------------ |
| Click graph segment        | Solo item state          |
| Alt + Click segment        | Filter item state        |
| Cmd / Ctrl + Click segment | Quicksort items by state |
| Right Click graph          | Pin graph open           |


---

# 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://aeriform.gitbook.io/tape/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.
