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

# Keyboard shortcuts

> Open the command menu and jump around the dashboard without the mouse.

Maski's dashboard is keyboard-driven. The command menu is the fastest way to reach
anything, and a short set of chords jump straight to each section.

## Command menu

<table>
  <thead>
    <tr><th>Shortcut</th><th>Action</th></tr>
  </thead>

  <tbody>
    <tr><td><kbd>⌘</kbd> <kbd>K</kbd> (macOS), <kbd>Ctrl</kbd> <kbd>K</kbd> (Windows and Linux)</td><td>Open the command menu</td></tr>
    <tr><td><kbd>Esc</kbd></td><td>Close the command menu</td></tr>
  </tbody>
</table>

The command menu searches actions, navigation, and help, including a link to search
these docs and to contact support.

## Navigation chords

Press <kbd>g</kbd>, then a number. You have a short moment to press the second key.

<table>
  <thead>
    <tr><th>Shortcut</th><th>Goes to</th></tr>
  </thead>

  <tbody>
    <tr><td><kbd>g</kbd> then <kbd>1</kbd></td><td>Dashboard</td></tr>
    <tr><td><kbd>g</kbd> then <kbd>2</kbd></td><td>Inbox</td></tr>
    <tr><td><kbd>g</kbd> then <kbd>3</kbd></td><td>Activity</td></tr>
    <tr><td><kbd>g</kbd> then <kbd>4</kbd></td><td>Domains</td></tr>
    <tr><td><kbd>g</kbd> then <kbd>5</kbd></td><td>Profile</td></tr>
    <tr><td><kbd>g</kbd> then <kbd>6</kbd></td><td>Plan</td></tr>
    <tr><td><kbd>g</kbd> then <kbd>7</kbd></td><td>Security</td></tr>
  </tbody>
</table>

<Note>
  The chords are behind the <kbd>g</kbd> prefix on purpose, so a plain number press
  never fights your browser's tab switching. Pressing <kbd>g</kbd> inside a text field
  types a `g` as normal and does not start a chord.
</Note>
