<!-- Generated by Void for AI agents. -->
<!-- Site: Void Documentation -->
<!-- URL: https://rkriad585.github.io/mkdocs-void/components/shortcuts.md -->
<!-- Generated: 2026-09-10T14:47:04Z -->
<!-- Version: 0.2.0 -->

# Keyboard Shortcuts

Press **`?`** anywhere in the documentation to open the keyboard shortcuts panel, which lists every binding.

## Global shortcuts

| Keys | Action |
|------|--------|
| `/` | Open search |
| `Esc` | Close active overlay (search, help, notes) |
| `?` | Show the keyboard shortcuts panel |

## Search

| Keys | Action |
|------|--------|
| `/` | Open search |
| `Enter` | Open the selected result |
| `↑` / `↓` | Navigate search results |
| `Esc` | Close search |

## Tabs

While a tab group is focused:

| Keys | Action |
|------|--------|
| `←` / `→` | Switch between tabs |

## Toggle overlays

| Keys | Action |
|------|--------|
| `Ctrl/Cmd + Shift + N` | Toggle the notes panel |
| `Ctrl/Cmd + Shift + B` | Toggle the sidebar (navigation) |
| `Ctrl/Cmd + Shift + T` | Toggle the table of contents |

!!! tip "Persistence"
    Sidebar, TOC, and notes panel open/closed states are remembered in `localStorage` and restored on your next visit — independent of what other visitors see.

To apply the classes yourself via the `attr_list` extension, see [CSS Classes in Markdown](classes.md).


<!-- End of markdown mirror. -->
