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

# Keyboard Shortcuts

> Keyboard shortcuts available in the Fanaura interface for faster navigation and common actions.

Fanaura is primarily a mouse-driven interface designed for visual clarity and ease of use. However, there are some keyboard shortcuts available to speed up common tasks.

## Available Shortcuts

<Tabs>
  <Tab title="Global Navigation">
    | Shortcut                                   | Action      | Description                                                                                                   |
    | ------------------------------------------ | ----------- | ------------------------------------------------------------------------------------------------------------- |
    | **Cmd + K** (Mac) / **Ctrl + K** (Windows) | Open Search | Opens the global search palette. Search for fans, assets, settings, and pages without clicking through menus. |

    <Tip>
      **Cmd + K** is your best friend for quick navigation. Instead of clicking through menus, type what you are looking for and jump there instantly.
    </Tip>
  </Tab>

  <Tab title="Text Editing">
    Standard text editing shortcuts work throughout the platform wherever you type:

    | Shortcut                                   | Action             |
    | ------------------------------------------ | ------------------ |
    | **Cmd + A** / **Ctrl + A**                 | Select all text    |
    | **Cmd + C** / **Ctrl + C**                 | Copy selected text |
    | **Cmd + V** / **Ctrl + V**                 | Paste text         |
    | **Cmd + X** / **Ctrl + X**                 | Cut selected text  |
    | **Cmd + Z** / **Ctrl + Z**                 | Undo last action   |
    | **Cmd + Shift + Z** / **Ctrl + Shift + Z** | Redo last action   |
  </Tab>

  <Tab title="Flow Builder Canvas">
    When working in the Flow Builder, these shortcuts help with canvas navigation:

    | Shortcut                           | Action                                           |
    | ---------------------------------- | ------------------------------------------------ |
    | **Scroll wheel**                   | Zoom in/out on the canvas                        |
    | **Click + drag** (on empty canvas) | Pan around the canvas                            |
    | **Click** (on a node)              | Select the node and open its configuration panel |
    | **Delete** / **Backspace**         | Delete the selected node (with confirmation)     |
  </Tab>

  <Tab title="Tables and Lists">
    When viewing fan lists, logs, or other table-based views:

    | Shortcut        | Action                                |
    | --------------- | ------------------------------------- |
    | **Tab**         | Move to the next field or element     |
    | **Shift + Tab** | Move to the previous field or element |
    | **Enter**       | Open/activate the selected item       |
    | **Escape**      | Close a modal or dropdown             |
  </Tab>
</Tabs>

## Tips for Faster Navigation

While keyboard shortcuts are currently limited, here are some tips for moving quickly through Fanaura:

<CardGroup cols={2}>
  <Card title="Use the Sidebar" icon="bars">
    The sidebar is always visible and gives you one-click access to every major section (Dashboard, Assets, Launches, Fans, Integrations, Settings).
  </Card>

  <Card title="Browser Shortcuts" icon="globe">
    Standard browser shortcuts like **Cmd + L** (focus address bar), **Cmd + T** (new tab), and **Cmd + W** (close tab) work as expected.
  </Card>

  <Card title="Bookmark Frequent Pages" icon="bookmark">
    If you check the Fans page or Flow Builder daily, bookmark those URLs for instant access.
  </Card>

  <Card title="Use Cmd + K Search" icon="magnifying-glass">
    This is the fastest way to find anything. Instead of clicking through menus, type what you are looking for.
  </Card>
</CardGroup>

## Accessibility

Fanaura's interface supports standard web accessibility features:

* **Tab navigation**: Move through interactive elements using the Tab key.
* **Screen reader compatibility**: Semantic HTML and ARIA labels support screen reader navigation.
* **Keyboard-accessible modals**: All modals can be opened and closed with keyboard input.
* **Focus indicators**: Interactive elements show visible focus outlines when navigated via keyboard.

<Info>
  Fanaura is committed to accessibility. If you encounter any accessibility barriers, please let us know through our support channels.
</Info>

## Future Shortcut Additions

We are continually improving Fanaura's keyboard support. Common requests we are evaluating include:

* Quick-create shortcuts for new assets, flows, and blasts
* Navigation shortcuts between sections (e.g., jump to Fans, jump to Flows)
* Batch selection shortcuts in table views

<Note>
  Your feedback directly influences our development priorities. If there is a specific shortcut you would like to see, share your feedback with the Fanaura team.
</Note>
