# Available actions

All actions listed below can be assigned to StreamDeck buttons via the [Action Editor](/nobe-omniscope/action-editor.md). The same actions are also available for keyboard shortcuts and the [`omniscope://` application protocol](/nobe-omniscope/action-editor.md#application-protocol).

## General Actions

These actions have no additional parameters.

| Action                                        | Description                                           |
| --------------------------------------------- | ----------------------------------------------------- |
| **Toggle fullscreen**                         | Toggle fullscreen mode                                |
| **Toggle stay on top**                        | Toggle always-on-top window mode                      |
| **Hide tabs**                                 | Toggle the menu bar and all scope tabs                |
| **Toggle toolbar**                            | Show or hide the toolbar                              |
| **Toggle statusbar**                          | Show or hide the status bar                           |
| **Pause all scopes**                          | Freeze all scopes at the current frame                |
| **Toggle Loupe**                              | Toggle the loupe magnifier in the preview             |
| **Toggle crop window**                        | Open or close the crop window                         |
| **Reset crop**                                | Reset crop settings to default                        |
| **Apply crop**                                | Apply the current crop settings                       |
| **Toggle input strip**                        | Show or hide the input strip                          |
| **Toggle input 3D LUT on all input sources**  | Enable or disable the 3D LUT on every connected input |
| **Toggle preferences window**                 | Open or close the Preferences window                  |
| **Toggle 3D LUT window**                      | Open or close the 3D LUT browser                      |
| **Toggle ICC profile window**                 | Open or close the ICC profile window                  |
| **Toggle keyboard actions editor window**     | Open or close the Action Editor                       |
| **Toggle Overlays window**                    | Open or close the Overlays window                     |
| **Toggle HSV Key window**                     | Open or close the HSV Key window                      |
| **Toggle about window**                       | Show or hide the About window                         |
| **Toggle targets window**                     | Open or close the global targets window               |
| **Toggle global targets**                     | Enable or disable global luma/RGB targets             |
| **Increase Global Brightness**                | Increase the global scope brightness                  |
| **Decrease Global Brightness**                | Decrease the global scope brightness                  |
| **Grab Window Snapshot**                      | Grab a screenshot of the application window           |
| **Grab Snapshots for all inputs**             | Grab snapshots for all connected input sources        |
| **Toggle start/stop grabbing auto snapshots** | Start or stop periodic automatic snapshot capture     |
| **Disconnect all**                            | Disconnect all input devices                          |
| **Quit application**                          | Close OmniScope                                       |

## Layout Actions

| Action                   | Parameter    | Description                                               |
| ------------------------ | ------------ | --------------------------------------------------------- |
| **Load Layout at index** | Layout index | Load a specific layout by its position in the Layout menu |
| **Load Layout**          | Layout name  | Load a specific layout by name                            |

## Input Device Actions

| Action                           | Parameter | Description                                          |
| -------------------------------- | --------- | ---------------------------------------------------- |
| **Connect to device (new slot)** | Device ID | Connect to a device in the next available input slot |
| **Connect at slot 0–7**          | Device ID | Connect to a device in a specific input slot         |

## Input Slot Actions

These actions operate on a specific input slot (0–7).

### Snapshots

| Action                  | Description                                  |
| ----------------------- | -------------------------------------------- |
| **Grab Snapshot**       | Grab a snapshot for the input slot           |
| **Load last snapshot**  | Load the last snapshot in all scopes         |
| **Blend last snapshot** | Blend the last snapshot with the live signal |
| **Toggle use snapshot** | Toggle snapshot display on or off            |

### QC Functions

| Action                        | Description                               |
| ----------------------------- | ----------------------------------------- |
| **Toggle gamut check**        | Toggle QC gamut check                     |
| **Toggle gamut check window** | Open or close the gamut check window      |
| **Toggle HDR stats**          | Toggle QC HDR statistics calculation      |
| **Toggle HDR stats window**   | Open or close the HDR stats window        |
| **Toggle HDR gamut check**    | Toggle QC HDR gamut check                 |
| **Toggle line count**         | Toggle line count calculation             |
| **Toggle line count window**  | Open or close the line count window       |
| **Toggle single line mode**   | Toggle QC single line mode                |
| **Toggle single line window** | Open or close the single line mode window |
| **Toggle A/V Sync window**    | Open or close the A/V Sync window         |
| **Toggle QC timeline**        | Toggle QC Timeline visibility             |

### Timeline & Bookmarks

| Action                    | Description                                               |
| ------------------------- | --------------------------------------------------------- |
| **Add timeline bookmark** | Add a bookmark at the current timecode in the QC timeline |
| **Clear all bookmarks**   | Clear all QC timeline bookmarks                           |

### Navigation

| Action                                       | Description                                              |
| -------------------------------------------- | -------------------------------------------------------- |
| **Go to frame**                              | Open a dialog to jump to a specific frame index          |
| **Go to time**                               | Open a dialog to jump to a specific time (`HH:MM:SS.ff`) |
| **Load next photo in current directory**     | Navigate to the next image file                          |
| **Load previous photo in current directory** | Navigate to the previous image file                      |

### Input Settings

| Action                               | Description                                              |
| ------------------------------------ | -------------------------------------------------------- |
| **Toggle blanking detection**        | Toggle the blanking detection overlay on or off          |
| **Toggle blanking detection window** | Open or close the blanking detection window              |
| **Toggle input 3D LUT**              | Toggle the 3D LUT for a specific input slot              |
| **Toggle crop**                      | Toggle crop for a specific input slot                    |
| **Toggle auto-connect**              | Toggle auto-connect on startup for a specific input slot |
| **Assign to all scopes**             | Assign the input source to all scopes                    |
| **Clear all pins**                   | Clear all color pins for the input source viewer         |

### Video Recording

| Action                         | Description                                |
| ------------------------------ | ------------------------------------------ |
| **Start ref video recording**  | Start reference video recording            |
| **Stop ref video recording**   | Stop reference video recording             |
| **Toggle ref video recording** | Toggle reference video recording on or off |

### Scale & Ratio

| Action                           | Description                                                                               |
| -------------------------------- | ----------------------------------------------------------------------------------------- |
| **Sets the scale to IRE**        | Switch the waveform scale to IRE                                                          |
| **Sets the scale to percentage** | Switch the waveform scale to percentage                                                   |
| **Sets the scale to 8bit**       | Switch the waveform scale to 8-bit levels                                                 |
| **Sets the scale to 10bit**      | Switch the waveform scale to 10-bit levels                                                |
| **Sets the scale to St2084**     | Switch the waveform scale to ST 2084 (PQ)                                                 |
| **Sets the scale to HLG**        | Switch the waveform scale to HLG                                                          |
| **Sets the scale to mV**         | Switch the waveform scale to millivolts                                                   |
| **Set input ratio to original**  | Reset the aspect ratio to the source original                                             |
| **Set input ratio to 1.33–2.40** | Set the aspect ratio to a specific value (1.33, 1.66, 1.77, 1.85, 2.00, 2.35, 2.39, 2.40) |

## Scope Actions

These actions target a specific scope by its display index. You can view scope indices by pressing **⌥⇧** (Option+Shift on macOS) or **Alt+Shift** on Windows.

| Action                                 | Description                                       |
| -------------------------------------- | ------------------------------------------------- |
| **Toggle Solo**                        | Switch the scope into solo (fullscreen) mode      |
| **Pause**                              | Freeze the scope at the current frame             |
| **Vectorscope zoom**                   | Zoom the vectorscope to a predefined level        |
| **Toggle vectorscope LMH mode**        | Toggle Low/Mid/High split mode on the vectorscope |
| **Waveform zoom in blacks**            | Zoom into the shadows area in the waveform        |
| **Waveform zoom in whites**            | Zoom into the highlights area in the waveform     |
| **Toggle peak levels on/off**          | Toggle peak level indicators on the waveform      |
| **Toggle Focus Peaking**               | Toggle focus peaking overlay on the source viewer |
| **Toggle Focus Peaking and Luma mode** | Toggle focus peaking with luma-only display       |
| **Toggle Mask mode in SkinTone Scope** | Toggle the global mask mode in the SkinTone scope |
| **Toggle start/stop error logging**    | Start or stop error logging for the scope         |

## Target Actions

These actions toggle individual global targets by index.

| Action                                 | Parameter    | Description                          |
| -------------------------------------- | ------------ | ------------------------------------ |
| **Toggle global RGB target by index**  | Target index | Toggle a specific global RGB target  |
| **Toggle global Luma target by index** | Target index | Toggle a specific global Luma target |

## Stream Deck+ Dial Support

Stream Deck+ devices include rotary dials (knobs) that can be rotated and pressed. Many OmniScope actions respond to dial input in addition to regular button presses. When an action is assigned to a dial channel, rotation and press each perform a distinct function.

{% hint style="info" %}
Assign any of the actions below to a **Nobe OmniScope** dial on your Stream Deck+. The button-press behaviour stays the same; rotation and dial-press add the extra controls described in the table.
{% endhint %}

### Scope Actions

| Action                      | Rotation                                | Dial Press            |
| --------------------------- | --------------------------------------- | --------------------- |
| **Vectorscope zoom**        | Zoom in / out continuously              | Reset zoom to default |
| **Waveform zoom in blacks** | Zoom into the shadow region             | Reset zoom to 1×      |
| **Waveform zoom in whites** | Zoom into the highlight region          | Reset zoom to 1×      |
| **Toggle Solo**             | Cycle through scopes while in solo mode | — (same as button)    |

### General Actions

| Action                                    | Rotation                           | Dial Press |
| ----------------------------------------- | ---------------------------------- | ---------- |
| **Increase / Decrease Global Brightness** | Adjust scope brightness up or down | —          |

### Layout Actions

| Action                   | Rotation                  | Dial Press         |
| ------------------------ | ------------------------- | ------------------ |
| **Load Layout at index** | Cycle through all layouts | — (same as button) |

### Input Slot Actions

| Action                              | Rotation                                         | Dial Press          |
| ----------------------------------- | ------------------------------------------------ | ------------------- |
| **Blend last snapshot**             | Adjust blend amount (0–100 %)                    | Reset blend to 50 % |
| **Load next / previous photo**      | Step through images (direction follows rotation) | — (same as button)  |
| **Set scale (IRE, %, 8-bit, …)**    | Cycle through available scale types              | — (same as button)  |
| **Set input ratio (1.33, 1.77, …)** | Cycle through available aspect ratios            | — (same as button)  |

### Target Actions

| Action                        | Rotation                                           | Dial Press         |
| ----------------------------- | -------------------------------------------------- | ------------------ |
| **Toggle global RGB target**  | Cycle through RGB targets (enables one at a time)  | — (same as button) |
| **Toggle global Luma target** | Cycle through Luma targets (enables one at a time) | — (same as button) |


---

# 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.timeinpixels.com/nobe-omniscope/streamdeck/available-actions.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.
