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

# Keyboard Shortcuts

> Global keyboard shortcuts available in the desktop app.

goldengoose is designed to be keyboard-friendly.

This page lists the primary shortcuts using macOS-style key symbols.

If you only learn one shortcut, make it: <kbd>⌘</kbd> <kbd>K</kbd> (Command Palette).

## Global (main window)

| Keys                                   | Action                                                   |
| -------------------------------------- | -------------------------------------------------------- |
| <kbd>⌘</kbd> <kbd>,</kbd>              | Open Preferences                                         |
| <kbd>⌘</kbd> <kbd>K</kbd>              | Toggle Command Palette                                   |
| <kbd>⌘</kbd> <kbd>N</kbd>              | Create a new non-team thread in the active workspace     |
| <kbd>⌘</kbd> <kbd>W</kbd>              | Archive the active session                               |
| <kbd>⌘</kbd> <kbd>⇧</kbd> <kbd>T</kbd> | Restore the most recently archived session               |
| <kbd>⌘</kbd> <kbd>⇧</kbd> <kbd>O</kbd> | Open project folder                                      |
| <kbd>⌃</kbd> <kbd>C</kbd>              | Stop the active session turn (interrupt), when available |
| <kbd>⌘</kbd> <kbd>1</kbd>              | Toggle left sidebar                                      |
| <kbd>⌘</kbd> <kbd>2</kbd>              | Toggle right sidebar                                     |
| <kbd>⌘</kbd> <kbd>G</kbd>              | Toggle Git / Process Monitor panels                      |
| <kbd>⌘</kbd> <kbd>R</kbd>              | Toggle Git review modal                                  |
| <kbd>⌘</kbd> <kbd>+</kbd>              | Increase active panel font size                          |
| <kbd>⌘</kbd> <kbd>−</kbd>              | Decrease active panel font size                          |

## Teams & navigation

| Keys                                   | Action                                         |
| -------------------------------------- | ---------------------------------------------- |
| <kbd>⌘</kbd> <kbd>S</kbd>              | Toggle Team View and Threads View              |
| <kbd>⌘</kbd> <kbd>T</kbd>              | Open Add Agent modal (active team session)     |
| <kbd>⌃</kbd> <kbd>⇥</kbd>              | Cycle to previous team member chat (Team View) |
| <kbd>⌃</kbd> <kbd>⇧</kbd> <kbd>⇥</kbd> | Cycle to next team member chat (Team View)     |

## File View (Markdown viewer)

| Keys                                   | Action                                            |
| -------------------------------------- | ------------------------------------------------- |
| <kbd>⌘</kbd> <kbd>E</kbd>              | Toggle File View                                  |
| <kbd>⌘</kbd> <kbd>F</kbd>              | Search within File View (when a file is selected) |
| <kbd>⌘</kbd> <kbd>⇧</kbd> <kbd>F</kbd> | Focus the markdown file filter input              |
| <kbd>⌘</kbd> <kbd>⇧</kbd> <kbd>C</kbd> | Copy selected file path to clipboard              |

## Composer (prompt input focused)

| Keys                                   | Action                                                        |
| -------------------------------------- | ------------------------------------------------------------- |
| <kbd>↩︎</kbd>                          | Send current message (or interrupt when a response is active) |
| <kbd>⇥</kbd>                           | Queue current draft                                           |
| <kbd>⇧</kbd> <kbd>⇥</kbd>              | Cycle collaboration / approval mode                           |
| <kbd>⌥</kbd> <kbd>⇥</kbd>              | Cycle add-member model preset (forward)                       |
| <kbd>⌥</kbd> <kbd>⇧</kbd> <kbd>⇥</kbd> | Cycle add-member model preset (backward)                      |
| <kbd>⌃</kbd> <kbd>T</kbd>              | Toggle TODO panel visibility                                  |
| <kbd>⌃</kbd> <kbd>C</kbd>              | Clear current draft (when the draft has text)                 |

## Approvals & modals

| Keys                        | Action                                                 |
| --------------------------- | ------------------------------------------------------ |
| <kbd>1</kbd> – <kbd>9</kbd> | Select option by number                                |
| <kbd>↑</kbd> / <kbd>↓</kbd> | Move selected option                                   |
| <kbd>↩︎</kbd>               | Continue / submit                                      |
| <kbd>⎋</kbd>                | Close modal or decline active prompt (where supported) |

## Notes

* Some shortcuts are context-aware and won’t do anything if the active view doesn’t support the action.
* gg avoids stealing shortcuts while you’re typing in text fields, except for explicitly global actions.
