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

# Keyboard shortcuts

> Move through Budget Bandit without the mouse — the command palette, navigation chords, and per-page shortcuts.

Budget Bandit is built to run from the keyboard. Press **?** anywhere to see the full list in
the app at any time. On Windows and Linux, use Ctrl wherever this page shows ⌘.

## The command palette

Press **⌘S** to open the command palette. From there you can search everything, jump to any
page, and type plain-language commands like "move \$50 from dining to groceries." It is the
fastest way to get anywhere.

## Navigation

Use "G then a letter" to jump between the main pages. Press G, release it, then press the
second key.

| Shortcut | Goes to      |
| -------- | ------------ |
| G then B | Budget       |
| G then A | Accounts     |
| G then T | Transactions |
| G then I | Import       |
| G then R | Reports      |
| G then S | Settings     |

## Global

These work from anywhere in the app.

| Shortcut | Action                            |
| -------- | --------------------------------- |
| ⌘S       | Open the command palette          |
| N        | Add a new transaction             |
| T        | Transfer money between accounts   |
| P        | Toggle privacy mode               |
| ?        | Show the keyboard shortcuts panel |
| Esc      | Cancel an edit or close a dialog  |

## On the Budget page

| Shortcut | Action                                |
| -------- | ------------------------------------- |
| C        | Add a category                        |
| Shift+G  | Add a category group                  |
| A        | Open the Auto-assign menu             |
| M        | Move money from the selected category |
| ⌘Z       | Undo the last assignment              |
| ⌘⇧Z      | Redo                                  |
| ←        | Previous month                        |
| →        | Next month                            |

## On the Transactions page

| Shortcut | Action                               |
| -------- | ------------------------------------ |
| ⌘↵       | Save the transaction you are editing |
| Esc      | Cancel the edit                      |

<Note>
  Shortcuts pause while you are typing in a field, so they never get in the way of entering a
  payee or amount.
</Note>

## Related

<CardGroup cols={2}>
  <Card title="Privacy mode" icon="eye-slash" href="/account/privacy-mode">
    Blur amounts with the P shortcut.
  </Card>

  <Card title="Assign and move money" icon="money-bill-transfer" href="/budgeting/assign-and-move-money">
    Where M and ⌘Z do their work.
  </Card>
</CardGroup>
