> For the complete documentation index, see [llms.txt](https://docs.seegov.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seegov.org/find-news/keyboard-and-layout-controls.md).

# Keyboard and layout controls

Use these controls to make long review sessions fit the way you work.

## Player shortcuts

Give the meeting player focus, then use:

| Key                               | Action                          |
| --------------------------------- | ------------------------------- |
| `j`                               | Back 10 seconds                 |
| `l`                               | Forward 10 seconds              |
| `k` or `Space`                    | Play or pause                   |
| Left arrow / Right arrow          | Back or forward 5 seconds       |
| `Ctrl` + Left arrow / Right arrow | Previous or next moment or clip |
| `f`                               | Toggle fullscreen               |
| `m`                               | Toggle mute                     |

Shortcuts may not affect the player while your cursor is active in a search field or other text input.

## Resize the workspace

On a larger screen, drag the dividers between the transcript, player, and moment list. SeeGov remembers the layout for your next visit.

To return to the original proportions:

1. Open the account menu in the upper-right corner.
2. Choose **Reset Layout**.

## Phone and narrow-screen controls

Use **Player / Transcript** to switch the top portion of the workspace between video and text. The moment list remains available below. **Tips** is also available in the workflow header when you need a quick reminder.


---

# 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.seegov.org/find-news/keyboard-and-layout-controls.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.
