# Keyboard Shortcuts

| Action                                                   | OSX             | PC              |
| -------------------------------------------------------- | --------------- | --------------- |
| <mark style="background-color:blue;">**General**</mark>  |                 |                 |
| Undo                                                     | ⌘ Z             | Control + Z     |
| Copy                                                     | ⌘ C             | Control + C     |
| Paste                                                    | ⌘ V             | Control + V     |
| Duplicate a layer                                        | ⌘ D             | Control + D     |
| Drag Duplicate                                           | ⌥ Option & Drag | Alt & Drag      |
| Delete                                                   | ⌫               | Delete          |
|                                                          |                 |                 |
| <mark style="background-color:blue;">**Tools**</mark>    |                 |                 |
| Move tool                                                | V               | A               |
| Animate tool                                             | V               | A               |
|                                                          |                 |                 |
| <mark style="background-color:blue;">**Timeline**</mark> |                 |                 |
| Play / Pause Animation                                   | ⎵ Space         | ⎵ Space         |
| Duplicate Keyframe                                       | ⌥ Option + Drag | Alt + Drag      |
| Show/hide keyframe thumbnails                            | ⇧T              | ⇧T              |
|                                                          |                 |                 |
| <mark style="background-color:blue;">**Layers**</mark>   |                 |                 |
| Group Layers                                             | ⌘ G             | Control+G       |
| Ungroup                                                  | ⌘ ⇧ G           | Control + ⇧ + G |
| Move element by 1px                                      | ← → ↑ ↓         | ← → ↑ ↓         |
| Move element by 10px                                     | ⇧ + ← → ↑ ↓     | ⇧ + ← → ↑ ↓     |


---

# 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.lottielab.com/getting-started/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.
