# Hot Keys

## 2D Window

| Key       | Function                           | Mode  |
| --------- | ---------------------------------- | ----- |
| F         | Toggle to show grayscale only      |       |
| H         | Highlight selected bodies          |       |
| A/S/W/D   | Panning                            |       |
| Q/E       | Scroll slice                       |       |
| 1/-       | Zoom out                           |       |
| 2/=       | Zoom in                            |       |
| L         | Toggle measurement tool            |       |
| (Shift) C | Clear selections                   |       |
| R         | Toggle seed painting               | Split |
| 1-9       | Change seed color                  | Split |
| U         | Upload merges                      |       |
| Z         | Zoom in to the mouse cursor        |       |
| G         | Mode of adding bookmarks           |       |
| T/B       | Top/Bottom of selected bodies      |       |
| V         | Move a selected synapse            |       |
| X         | Delete selected synapses/bookmarks |       |
| Y         | Verify selected synapses           |       |

![](/files/-Lf4sigUD4foFsj58Me8)

## 3D Window

| Key        | Function                       | Mode  |
| ---------- | ------------------------------ | ----- |
| Shift+R    | Draw a bounding box            |       |
| X          | Crop (coarse body window only) | Split |
| Z          | Locate in 2D                   |       |
| Ctrl/Cmd+G | Change skeleton geometry       |       |
| T          | Toggle pointer mode            |       |
| H          | Hide/Show body mesh            |       |


---

# 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://janelia-flyem.gitbook.io/neutu/hot-keys.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.
