# Keyboard shortcuts in Tropy

Here is a list of global keyboard shortcuts for use in Tropy. More specific shortcuts are identified in the section of the documentation they pertain to.

## Global Shortcuts

| Action        | Shortcut             |
| ------------- | -------------------- |
| New project   | Ctrl/Command+Shift+P |
| New item      | Ctrl/Command+Shift+N |
| Open project  | Ctrl/Command+Shift+O |
| Import photos | Ctrl/Command+Shift+I |
| Close         | Ctrl/Command+W       |
| Quit Tropy    | Ctrl/Command+Q       |
| Undo          | Ctrl/Command+Z       |
| Redo          | Shift+Ctrl/Command+Z |
| Cut           | Ctrl/Command+X       |
| Copy          | Ctrl/Command+C       |
| Paste         | Ctrl/Command+V       |
| Merge items   | Ctrl/Command+Shift+M |


---

# 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.tropy.org/other-features/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.
