# Keyboard Commands

Use keyboard shortcuts and the Power Bar to quickly navigate, create work items, and perform actions in Shortcut without using your mouse.

Keyboard shortcuts and commands are great for power users who don't want to take their hands off the keyboard to get around and complete actions!

### Cmd + K

`Cmd` + `K` is a way to navigate, create, and use our most common features with a simple keyboard command.

* For Mac: `Cmd` + `K`
* For PC: `Ctrl` + `K`

### General Shortcuts

| Shortcut     | Action                           |
| ------------ | -------------------------------- |
| `cmd/ctrl` + `k` | Open Command Palette (Power Bar) |
| `?`            | Show Keyboard Shortcuts          |
| `o` then `a`     | Open Activity Feed               |
| `f`            | Toggle Fullscreen Mode           |
| `m`            | Maximize/Minimize sidebar        |

### Navigation commands

These shortcuts can be activated at anytime (no need to open Power Bar first), but also show up in Power Bar just in case you need a reminder.

| Shortcut     | Action                      |
| ------------ | --------------------------- |
| `g` then `d`     | Go to My Work / Home        |
| `g` then `s`     | Go to Stories               |
| `g` then `e`     | Go to Epics                 |
| `g` then `o`     | Go to Objectives            |
| `g` then `i`     | Go to Iterations            |
| `g` then `b`     | Go to Backlog               |
| `g` then `w`     | Go to Docs                  |
| `g` then `p`     | Go to Projects              |
| `g` then `l`     | Go to Labels                |
| `g` then `r`     | Go to Reports               |
| `g` then `t`     | Go to Status                |
| `g` then `space` | Go to advanced story search |
|  `/`             | Go to Search                |
| `g` then `sp`    | Go to Space                 |
| `g` then `se`    | Go to Settings              |
| `g` then `in`    | Go to Integrations          |
| `sh`             | Show Keyboard Shortcuts     |

### Create commands

| Shortcut  | Action                                                 |
| --------- | ------------------------------------------------------ |
| `n`         | Create new Story / Add new Story                       |
| `shift` + `N` | Create a Story from Template                           |
| `n` then `ep` | Create new Epic                                        |
| `n` then `i`  | Create new Iteration                                   |
| `n` then `l`  | Create new Label                                       |
| `n` then `o`  | Create new Objective                                   |
| `n` then `d`  | Create new Doc (if Organization is open to Write Beta) |

### Stories Page shortcuts

| Shortcut                            | Action                                 |
| ----------------------------------- | -------------------------------------- |
| `shift` + `s`                           | Save Space changes (Stories beta)      |
| `shift` + `u`                           | Discard Space changes (Stories beta)   |
| `t`                                   | Open Story Template menu               |
| `cmd` + `shift` + `↑` or `ctrl` + `shift` + `↑` | Move a Story to the top of the list    |
| `cmd` + `shift` + `↓` or `ctrl` + `shift` + `↓` | Move a Story to the bottom of the list |
| `d` then `1`                            | Select "Title only" Story density view |
| `d` then `2`                            | Select "Minimal" Story density view    |
| `d` then `3`                            | Select "Standard" Story density view   |
| `d` then `4`                            | Select "Jumbo" Story density view      |

### Story Dialog shortcuts

When a Story is open, use these shortcuts to perform actions:

| Shortcut             | Action                                                                                      |
| -------------------- | ------------------------------------------------------------------------------------------- |
| `A`                    | Update Story Owners                                                                         |
| `i`                    | Toggle Current User as a Story Owner |
| `f`                    | Follow/unfollow the current Story                                                           |
| `⇧E`                   | Update Story Epic                                                                           |
| `E`                    | Edit Story Description                                                                      |
| `R`                    | Rename Story Title                                                                          |
| `C`                    | Add Comment to Story                                                                        |
| `shift` + `s`            | Change state                                                                                |
| `shift` + `i`            | Change iteration                                                                            |
| `shift` + `e`            | Change estimate                                                                             |
| `cmd/ctrl` + `shift` + `,` | Copy branch name                                                                            |
| `cmd/ctrl` + `shift` + `.` | Copy branch name and move to Started                                                        |
| `cmd/ctrl` + `enter`     | Save a Story description or comment                                                         |
| `⌘` + `C` / `alt` + `C`      | Copy Permalink                                                                              |
| `cmd` + opt + `c`            | Copies any open Story to markdown                                       |
| `shift` + `a`            | Archive Story                                                                               |
| `shift` + `d`            | Delete Story (that was already archived)                                                    |

### Epic shortcuts

| Shortcut         | Action                            |
| ---------------- | --------------------------------- |
| `n`                | Add new Story in the current Epic |
| `cmd/ctrl` + `enter` | Save changes                      |