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

> Learn about the keyboard shortcuts available in W&B.

# Keyboard shortcuts

W\&B supports keyboard shortcuts to help you navigate and interact with experiments, workspaces, and data more efficiently. This guide covers keyboard shortcuts for the W\&B App and the W\&B LEET (Lightweight Experiment Exploration Tool) terminal UI.

<Tabs>
  <Tab title="App">
    The following tables list keyboard shortcuts available in the W\&B App, grouped by where they apply.

    ## Workspace management

    | Shortcut                                             | Description                                                                              |
    | ---------------------------------------------------- | ---------------------------------------------------------------------------------------- |
    | **Cmd+Z** (macOS) / **Ctrl+Z** (Windows/Linux)       | Undo a change you've made in the UI, such as a modification to the workspace or a panel. |
    | **Cmd+Shift+Z** (macOS) / **Ctrl+Y** (Windows/Linux) | Redo a change you undid in the workspace.                                                |

    ## Navigation

    | Shortcut                                       | Description                                                                                                                                                 |
    | ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | **Tab**                                        | Navigate between interactive elements.                                                                                                                      |
    | **Cmd+J** (macOS) / **Ctrl+J** (Windows/Linux) | Switch between the Workspaces and Runs tabs in the project sidebar.                                                                                         |
    | **Cmd+.** (macOS) / **Ctrl+.** (Windows/Linux) | Minimize or restore the Runs selector sidebar to reclaim screen space.                                                                                      |
    | **Cmd+K** (macOS) / **Ctrl+K** (Windows/Linux) | Open the quick search dialog to search across projects, runs, and other resources.                                                                          |
    | **Esc**                                        | Throughout the W\&B App, exit full-screen panel views, close settings drawers, dismiss the quick search dialog, close an editor, or dismiss other overlays. |

    ## Panel navigation

    | Shortcut                                                                                                 | Description                                                           |
    | -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
    | **Left Arrow / Right Arrow**                                                                             | When in full-screen mode, step through panels in a section.           |
    | **Esc**                                                                                                  | Exit full-screen panel view and return to the workspace.              |
    | **Cmd+Left Arrow / Cmd+Right Arrow** (macOS)<br />**Ctrl+Left Arrow / Ctrl+Right Arrow** (Windows/Linux) | When viewing a media panel in full-screen mode, move the step slider. |

    ## Media panels

    | Shortcut                                                  | Description                                                                                                 |
    | --------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
    | **Cmd + +/-** (macOS)<br />**Ctrl + +/-** (Windows/Linux) | When viewing an image in full-screen, zoom in or out.<br />When zoomed in, click and drag to pan the image. |
    | **Cmd + 0** (macOS)<br />**Ctrl + 0** (Windows/Linux)     | When viewing an image in full-screen, reset to 100% zoom.                                                   |
    | **Shift + L**                                             | When viewing an image in full-screen, zoom to fit.                                                          |
    | **Click**                                                 | In a video panel, select a video, before skipping forward or backward using the keyboard.                   |
    | **Left Arrow / Right Arrow**                              | In a video panel, skip forward or backward by the configured **video seek step**.                           |

    ## Reports

    | Shortcut               | Description                                               |
    | ---------------------- | --------------------------------------------------------- |
    | **Delete / Backspace** | Remove the selected panel grid from the report.           |
    | **Enter**              | Insert a Markdown block after typing `/mark` in a report. |
    | **Esc**                | Exit the report editor.                                   |
    | **Tab**                | Navigate between interactive elements in a report.        |

    ## Notes

    Keep the following points in mind when using keyboard shortcuts in the W\&B App:

    * Most keyboard shortcuts use **Cmd** on macOS and **Ctrl** on Windows/Linux.
    * The W\&B App implements custom handling for some browser default shortcuts.
    * Some shortcuts are context-sensitive and only work in specific areas of the app.
  </Tab>

  <Tab title="LEET">
    These keyboard shortcuts work in the W\&B LEET (Lightweight Experiment Exploration Tool) terminal UI. To launch LEET, run `wandb beta leet` in your terminal.

    Press `h` or `?` inside LEET to open the in-app help overlay for the current view. For a product overview and launch paths, see [LEET terminal UI](/models/app/leet-tui).

    ### Workspace

    | Key                              | Action                                                |
    | -------------------------------- | ----------------------------------------------------- |
    | `h`, `?`                         | Toggle help.                                          |
    | `q`, `ctrl+c`                    | Quit.                                                 |
    | `alt+r`                          | Restart LEET.                                         |
    | `esc`                            | Focus the runs list.                                  |
    | `enter`                          | Open the highlighted run in single-run view.          |
    | `1`                              | Toggle metrics grid.                                  |
    | `[`                              | Toggle runs sidebar.                                  |
    | `2`                              | Toggle system metrics pane.                           |
    | `]`                              | Toggle run overview sidebar.                          |
    | `3`                              | Toggle media pane.                                    |
    | `4`                              | Toggle console logs pane.                             |
    | `f`                              | Filter runs by name or metadata.                      |
    | `ctrl+f`                         | Clear runs filter.                                    |
    | `space`                          | Select or deselect run.                               |
    | `p`                              | Pin or unpin run.                                     |
    | `/`                              | Filter metrics.                                       |
    | `\`                              | Filter system metrics.                                |
    | `ctrl+/`, `ctrl+l`               | Clear metrics filter.                                 |
    | `ctrl+\`                         | Clear system metrics filter.                          |
    | `o`                              | Filter run overview items.                            |
    | `ctrl+o`                         | Clear overview filter.                                |
    | `y`                              | Cycle focused chart mode.                             |
    | `c`                              | Set columns for focused grid.                         |
    | `r`                              | Set rows for focused grid.                            |
    | `tab`, `shift+tab`               | Cycle focus across visible panes.                     |
    | `w`, `a`, `s`, `d` or arrow keys | Move within the focused pane.                         |
    | `N`, `pgup`                      | Previous page.                                        |
    | `n`, `pgdown`                    | Next page.                                            |
    | `home`                           | Jump to first item, first page, or first media frame. |
    | `end`                            | Jump to last item, last page, or latest media frame.  |

    ### Single-run

    | Key                              | Action                                                |
    | -------------------------------- | ----------------------------------------------------- |
    | `h`, `?`                         | Toggle help.                                          |
    | `q`, `ctrl+c`                    | Quit.                                                 |
    | `alt+r`                          | Restart LEET.                                         |
    | `esc`                            | Return to workspace view.                             |
    | `1`                              | Toggle metrics grid.                                  |
    | `[`                              | Toggle run overview sidebar.                          |
    | `]`                              | Toggle system metrics sidebar.                        |
    | `3`                              | Toggle media pane.                                    |
    | `4`                              | Toggle console logs pane.                             |
    | `/`                              | Filter metrics.                                       |
    | `\`                              | Filter system metrics.                                |
    | `ctrl+/`, `ctrl+l`               | Clear metrics filter.                                 |
    | `ctrl+\`                         | Clear system metrics filter.                          |
    | `o`                              | Filter run overview items.                            |
    | `ctrl+o`                         | Clear overview filter.                                |
    | `y`                              | Cycle focused chart mode.                             |
    | `c`                              | Set columns for focused grid.                         |
    | `r`                              | Set rows for focused grid.                            |
    | `tab`, `shift+tab`               | Cycle focus across visible panes.                     |
    | `w`, `a`, `s`, `d` or arrow keys | Move within the focused pane.                         |
    | `N`, `pgup`                      | Previous page.                                        |
    | `n`, `pgdown`                    | Next page.                                            |
    | `home`                           | Jump to first item, first page, or first media frame. |
    | `end`                            | Jump to last item, last page, or latest media frame.  |

    ### SYMON

    | Key                              | Action                       |
    | -------------------------------- | ---------------------------- |
    | `h`, `?`                         | Toggle help.                 |
    | `q`, `ctrl+c`                    | Quit.                        |
    | `alt+r`                          | Restart.                     |
    | `y`                              | Cycle focused chart mode.    |
    | `\`                              | Filter system metrics.       |
    | `ctrl+\`                         | Clear system metrics filter. |
    | `c`, `C`                         | Set grid columns.            |
    | `r`, `R`                         | Set grid rows.               |
    | `w`, `a`, `s`, `d` or arrow keys | Move chart focus.            |
    | `N`, `pgup`                      | Previous chart page.         |
    | `n`, `pgdown`                    | Next chart page.             |
    | `home`                           | First chart page.            |
    | `end`                            | Last chart page.             |

    ### Mouse

    | Input                           | Action                                |
    | ------------------------------- | ------------------------------------- |
    | Click                           | Focus a chart or select a media tile. |
    | Wheel                           | Zoom the focused chart.               |
    | Right-click and drag            | Inspect the nearest point on a chart. |
    | `alt` plus right-click and drag | Inspect all visible charts in sync.   |
    | `shift` plus drag               | Select terminal text.                 |
  </Tab>
</Tabs>
