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

# Keyboard shortcuts

> Shortcuts to speed up navigation and actions in Arya.

Arya supports many keyboard shortcuts. Knowing even just the 10 most useful significantly increases speed.

<Tip>
  Press `?` on any screen to show interactive cheatsheet of available shortcuts.
</Tip>

## Global

| Shortcut                     | Action                            |
| ---------------------------- | --------------------------------- |
| `⌘ K` (Mac) / `Ctrl K` (Win) | Open AryaChat / quick search      |
| `⌘ /` / `Ctrl /`             | Show shortcut cheatsheet          |
| `g` then `h`                 | Go to Home                        |
| `g` then `c`                 | Go to CRM                         |
| `g` then `t`                 | Go to Tasks                       |
| `g` then `p`                 | Go to Projects                    |
| `g` then `f`                 | Go to Finance                     |
| `g` then `r`                 | Go to Reports                     |
| `n`                          | Create new record (context-based) |
| `?`                          | Help/cheatsheet                   |
| `⌘ .` / `Ctrl .`             | Toggle sidebar                    |
| `Esc`                        | Close dialog/modal                |

## Record navigation

| Shortcut      | Action                            |
| ------------- | --------------------------------- |
| `j`           | Next record                       |
| `k`           | Previous record                   |
| `Enter`       | Open selected record              |
| `e`           | Edit record                       |
| `x`           | Select/deselect record (for bulk) |
| `⇧ ↑` / `⇧ ↓` | Extend selection                  |

## Kanban (CRM)

| Shortcut | Action                      |
| -------- | --------------------------- |
| `→`      | Next deal in same stage     |
| `←`      | Previous deal in same stage |
| `m`      | Move to next stage          |
| `M`      | Move to previous stage      |
| `s`      | Assign owner                |

## Tables and lists

| Shortcut             | Action                                     |
| -------------------- | ------------------------------------------ |
| `Tab`                | Next cell                                  |
| `⇧ Tab`              | Previous cell                              |
| `Enter`              | Commit and row below                       |
| `Esc`                | Cancel edit                                |
| `⌘ C` / `Ctrl C`     | Copy cell                                  |
| `⌘ V` / `Ctrl V`     | Paste                                      |
| `⌘ D` / `Ctrl D`     | Fill down (duplicate value in cells below) |
| `⌘ Z` / `Ctrl Z`     | Undo                                       |
| `⌘ ⇧ Z` / `Ctrl ⇧ Z` | Redo                                       |

## AryaChat

| Shortcut                 | Action               |
| ------------------------ | -------------------- |
| `⌘ K` / `Ctrl K`         | Open chat (anywhere) |
| `⌘ Enter` / `Ctrl Enter` | Send message         |
| `⌘ /` / `Ctrl /`         | New conversation     |
| `↑` (in empty chat)      | Recall last prompt   |
| `⌘ ⇧ V` / `Ctrl ⇧ V`     | Paste as quote       |

## Text editor (comments, notes)

| Shortcut         | Action                                     |
| ---------------- | ------------------------------------------ |
| `⌘ B` / `Ctrl B` | Bold                                       |
| `⌘ I` / `Ctrl I` | Italic                                     |
| `⌘ U` / `Ctrl U` | Underline                                  |
| `⌘ K` / `Ctrl K` | Insert link                                |
| `⌘ E` / `Ctrl E` | Inline code                                |
| `@`              | Mention user                               |
| `#`              | Mention record                             |
| `/`              | Commands menu (bulleted list, table, etc.) |

## Forms and dialogs

| Shortcut                 | Action               |
| ------------------------ | -------------------- |
| `⌘ Enter` / `Ctrl Enter` | Submit form          |
| `Esc`                    | Close without saving |
| `Tab`                    | Next field           |
| `⇧ Tab`                  | Previous field       |

## Search

| Shortcut             | Action                          |
| -------------------- | ------------------------------- |
| `⌘ F` / `Ctrl F`     | Search in page                  |
| `⌘ ⇧ F` / `Ctrl ⇧ F` | Global search (whole workspace) |
| `⌘ K` / `Ctrl K`     | Quick search + AryaChat         |

## Multi-workspace

| Shortcut                           | Action                |
| ---------------------------------- | --------------------- |
| `⌘ ⇧ 1/2/3...` / `Ctrl ⇧ 1/2/3...` | Switch to workspace N |

## Customisation

Some shortcuts can be rebound:

<Steps>
  <Step title="Profile → Preferences → Keyboard shortcuts" />

  <Step title="Remap">
    Pick action, press desired combo, save.
  </Step>

  <Step title="Conflicts">
    Arya flags if new combo is already used.
  </Step>
</Steps>

## Accessibility

For users with screen readers or specialised keyboards:

* All shortcuts have alternatives with visible focus
* Full ARIA support
* `Tab` navigation through every interactive element

## Vim-like mode

If you prefer Vim mode (beta):

<Steps>
  <Step title="Profile → Preferences → Vim mode">Enable.</Step>
  <Step title="Navigation">`h j k l` to move.</Step>
  <Step title="Commands">`:` for command mode (e.g. `:new deal`).</Step>
</Steps>

## Printable cheatsheet

Download PDF from **Help → Shortcuts → Download cheatsheet**. A4 format, 2-column, printable.
