The fp Mac app is designed for keyboard-first navigation. All actions are accessible without touching the mouse.

## Global

| Shortcut | Action |
|----------|--------|
| `⌘K` | Open command palette |
| `⌘,` | Open settings |
| `⌘N` | Create new issue |
| `⌘F` | Focus search |

## Navigation

| Shortcut | Action |
|----------|--------|
| `j` / `↓` | Move down in list |
| `k` / `↑` | Move up in list |
| `Enter` | Open selected issue |
| `Escape` | Close detail panel / go back |
| `h` / `←` | Collapse tree node |
| `l` / `→` | Expand tree node |

## Issue Actions

| Shortcut | Action |
|----------|--------|
| `t` | Set status to todo |
| `i` | Set status to in-progress |
| `d` | Set status to done |

## Command Palette (⌘K)

The command palette supports:

- **Create issue** — type "create" or "new"
- **Search** — type any part of an issue title
- **Change theme** — type "theme"
- **Assign to Cursor** — type "assign" or "cursor"
- **Filter by status** — type "todo", "in-progress", or "done"
