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

# Keyboard Shortcuts

> Speed up your workflow with keyboard shortcuts

# Keyboard Shortcuts

Master keyboard shortcuts to work faster in Tether. These shortcuts help you navigate, edit, and manage data without reaching for the mouse.

## Verified Global Shortcuts

These shortcuts are available throughout Tether:

| Shortcut       | Action                    |
| -------------- | ------------------------- |
| `Cmd/Ctrl + K` | Open command palette      |
| `Esc`          | Close modal/cancel action |

<Note>
  The command palette (`Cmd/Ctrl + K`) is the fastest way to navigate between pages. See the [Command Palette](/tips/command-palette) guide for details.
</Note>

## Standard Browser & Form Shortcuts

These standard shortcuts work in forms, modals, and text inputs:

| Shortcut       | Action                             |
| -------------- | ---------------------------------- |
| `Cmd/Ctrl + C` | Copy                               |
| `Cmd/Ctrl + V` | Paste                              |
| `Cmd/Ctrl + X` | Cut                                |
| `Cmd/Ctrl + Z` | Undo                               |
| `Tab`          | Move to next field                 |
| `Shift + Tab`  | Move to previous field             |
| `Enter`        | Confirm/Submit in forms and modals |
| `Esc`          | Close modal or cancel editing      |

## Data Table Interactions

Data tables support the following mouse-based interactions:

| Action              | How                                                 |
| ------------------- | --------------------------------------------------- |
| **Select row**      | Click on a row                                      |
| **Select range**    | Click first row, hold `Shift`, click last row       |
| **Select multiple** | Hold `Cmd` (Mac) or `Ctrl` (Windows) and click rows |
| **Sort column**     | Click column header                                 |
| **Inline edit**     | Click on an editable cell                           |

## Tips

<AccordionGroup>
  <Accordion title="Use the Command Palette">
    The command palette (`Cmd/Ctrl + K`) is your most powerful navigation tool:

    * Navigate to any page quickly
    * Search for specific records
    * No need to memorize page-specific shortcuts
  </Accordion>

  <Accordion title="Master Table Interactions">
    Data tables are central to Tether:

    * Use `Shift + Click` for range selection
    * Click column headers to sort
    * Click editable cells directly to edit inline
  </Accordion>

  <Accordion title="Keyboard-Friendly Forms">
    Use `Tab` and `Shift + Tab` to move between form fields without a mouse.
    Press `Enter` to submit and `Esc` to cancel.
  </Accordion>
</AccordionGroup>

## Mac vs Windows

| Mac      | Windows     |
| -------- | ----------- |
| `Cmd`    | `Ctrl`      |
| `Option` | `Alt`       |
| `Delete` | `Backspace` |

## Next Steps

<CardGroup cols={2}>
  <Card title="Command Palette" icon="terminal" href="/tips/command-palette">
    Quick access commands
  </Card>

  <Card title="Bulk Operations" icon="layer-group" href="/tips/bulk-operations">
    Work efficiently
  </Card>

  <Card title="Navigation" icon="compass" href="/navigation">
    Interface overview
  </Card>

  <Card title="Exports" icon="download" href="/tips/exports">
    Export data
  </Card>
</CardGroup>
