> For the complete documentation index, see [llms.txt](https://docs.optitrack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optitrack.com/v1.1/motive-documentation/motive-hotkeys.md).

# Motive Hotkeys

For Motive 1.9 or above, Hotkeys can be customized from the Hotkey Editor pane under the Edit tab. Below chart lists Default Hotkeys that you can familiarize or customize for your own experience. Also, there are multiple unassigned hotkeys, which are not included in the chart below. Look through the options in Hotkey editor and assign Hotkeys of your own control to speed up the workflow.

| Fuction                                  | Default Hotkey               |
| ---------------------------------------- | ---------------------------- |
| File                                     |                              |
| New Project                              | CTRL + N                     |
| Open                                     | CTRL + O                     |
| Save Project                             | CTRL + S                     |
| Save Project As                          | CTRL + Shift + S             |
| Export Tracking Data                     | CTRL + Shift + Alt + S       |
| Edit                                     |                              |
| Undo                                     | Ctrl+Z, Ctrl+Alt+Z           |
| Redo                                     | Ctrl+Y, Ctrl+Shift+Z         |
| Layout                                   |                              |
| Calibrate Layout                         | Ctrl+1                       |
| Create Layout                            | Ctrl+2                       |
| Capture Layout                           | Ctrl+3                       |
| Edit Layout                              | Ctrl+4                       |
| Custom Layout \[1...]                    | Ctrl+\[5...9], Shift\[1...9] |
| Perspective View Pane (3D)               |                              |
| Follow Selected                          | G                            |
| Zoom to Fit Selection                    | F                            |
| Zoom to Fit All                          | Shift + F                    |
| Create Rigid Body From Selected          | Ctrl+T                       |
| Reset Tracking                           | Crtl+R                       |
| Jog Timeline                             | J or Alt + Left Click        |
| Project Pane                             |                              |
| Remove Session                           | Delete                       |
| Create Empty Take                        | Insert                       |
| Remove From Project (Take)               | Delete                       |
| paste shots as empty take from clipboard | Ctrl+V                       |
| Timeline Pane                            |                              |
| Toggle Live/Edit Mode                    | \~                           |
| Again+                                   | +                            |
| Record                                   | Space                        |
| Rewind (Jump To First Frame)             | Ctrl + Left Arrow            |
| PageTimeBackward (Ten Frames)            | Down Arrow                   |
| StepTimeBackward (One Frame)             | Left Arrow                   |
| StartStopPlayback (Play/Pause)           | Space                        |
| StepTimeForward (One Frame)              | Right Arrow                  |
| PageTimeForward (Ten Frames)             | Up Arrow                     |
| FastForward (Jump to Last Frame)         | Ctrl + Right Arrow           |
| Editor - Delete Selected Keys            | Delete                       |
| Show All                                 | Shift + F                    |
| Frame To Selected                        | F                            |
| Zoom to Fit All                          | Shift + F                    |
| Labeling Mode - ToogleQuickSelect        | D                            |
| Reference View Pane                      |                              |
| Zoom to Fit All                          | Shift + F                    |


---

# 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://docs.optitrack.com/v1.1/motive-documentation/motive-hotkeys.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.
