> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trainy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard Shortcuts

> Keyboard shortcuts and mouse interactions for navigating Pluto efficiently

Pluto supports keyboard shortcuts and mouse interactions across several views.

## Global

| Shortcut       | Action         |
| -------------- | -------------- |
| `Cmd/Ctrl + B` | Toggle sidebar |
| `R`            | Refresh data   |

## Run Comparison View

| Shortcut | Action                      |
| -------- | --------------------------- |
| `[`      | Toggle the runs table panel |
| `]`      | Toggle the graphs panel     |

## Tooltip Interaction

Click on a chart to **pin the tooltip** at that position. While pinned, you can inspect exact values without the tooltip following your cursor.

| Shortcut | Action                   |
| -------- | ------------------------ |
| `Escape` | Dismiss a pinned tooltip |

## Media Players

### Video Player

These shortcuts are active when hovering over a video player (not available for GIF files).

| Shortcut      | Action            |
| ------------- | ----------------- |
| `Space`       | Play / Pause      |
| `Arrow Left`  | Rewind 5 seconds  |
| `Arrow Right` | Forward 5 seconds |
| `M`           | Mute / Unmute     |
| `F`           | Toggle fullscreen |

### Audio Player

| Shortcut | Action       |
| -------- | ------------ |
| `Space`  | Play / Pause |

## Terminal Logs

These shortcuts apply when the log search is in **navigate** mode (not filter mode). In navigate mode, matching log lines are highlighted and you can jump between them:

| Shortcut        | Action                        |
| --------------- | ----------------------------- |
| `Enter`         | Jump to next search match     |
| `Shift + Enter` | Jump to previous search match |

## Run Notes

| Shortcut           | Action         |
| ------------------ | -------------- |
| `Cmd/Ctrl + Enter` | Save note      |
| `Escape`           | Cancel editing |
