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

# Keyboard Shortcuts

> Quick reference for all keyboard shortcuts in the Kubiya web interface

Master these keyboard shortcuts to navigate Kubiya efficiently.

## Global Shortcuts

Available from any page:

| Shortcut       | Action                   |
| -------------- | ------------------------ |
| `Cmd/Ctrl + K` | Open command palette     |
| `Cmd/Ctrl + J` | Toggle Meta Agent panel  |
| `Cmd/Ctrl + B` | Toggle sidebar           |
| `Escape`       | Close panel/dialog/modal |

## Command Palette

When the command palette is open:

| Shortcut       | Action                  |
| -------------- | ----------------------- |
| `↑` / `↓`      | Navigate results        |
| `Enter`        | Select highlighted item |
| `Escape`       | Close palette           |
| Type to filter | Search results          |

## Compose Workspace

In the Meta Agent chat:

| Shortcut        | Action                    |
| --------------- | ------------------------- |
| `Enter`         | Send message              |
| `Shift + Enter` | New line in message       |
| `Cmd/Ctrl + /`  | Toggle Act/Plan mode      |
| `Escape`        | Close panel (if floating) |

## Meta Agent Panel

When the floating panel is open:

| Shortcut        | Action       |
| --------------- | ------------ |
| `Cmd/Ctrl + J`  | Close panel  |
| `Enter`         | Send message |
| `Shift + Enter` | New line     |
| `Escape`        | Close panel  |

## Task Kanban

On the Task Kanban board:

| Shortcut       | Action                  |
| -------------- | ----------------------- |
| `R`            | Refresh board           |
| `Cmd/Ctrl + K` | Search tasks            |
| `Escape`       | Close task detail modal |

## Graph Explorer

In the Context Graph Explorer:

| Shortcut     | Action        |
| ------------ | ------------- |
| `+` / `-`    | Zoom in/out   |
| `0`          | Reset zoom    |
| `Escape`     | Deselect node |
| Click + drag | Pan view      |

## Query Editor

In the Context Graph query editor:

| Shortcut               | Action                 |
| ---------------------- | ---------------------- |
| `Cmd/Ctrl + Enter`     | Execute query          |
| `Cmd/Ctrl + /`         | Comment/uncomment line |
| `Cmd/Ctrl + Z`         | Undo                   |
| `Cmd/Ctrl + Shift + Z` | Redo                   |

## Tables and Lists

In any table or list view:

| Shortcut       | Action             |
| -------------- | ------------------ |
| `↑` / `↓`      | Navigate rows      |
| `Enter`        | Open selected item |
| `Space`        | Toggle selection   |
| `Cmd/Ctrl + A` | Select all         |

## Forms

In input forms:

| Shortcut      | Action                              |
| ------------- | ----------------------------------- |
| `Tab`         | Next field                          |
| `Shift + Tab` | Previous field                      |
| `Enter`       | Submit form (in single-line inputs) |
| `Escape`      | Cancel/close form                   |

## Dialogs and Modals

When a dialog is open:

| Shortcut | Action                      |
| -------- | --------------------------- |
| `Escape` | Close dialog                |
| `Tab`    | Navigate focusable elements |
| `Enter`  | Confirm/submit              |

## Browser-Level Shortcuts

Standard browser shortcuts also work:

| Shortcut       | Action        |
| -------------- | ------------- |
| `Cmd/Ctrl + R` | Refresh page  |
| `Cmd/Ctrl + F` | Find on page  |
| `Cmd/Ctrl + L` | Focus URL bar |
| `Alt + ←`      | Go back       |
| `Alt + →`      | Go forward    |

## Tips

### Learning Shortcuts

1. Use the command palette (`Cmd/Ctrl + K`) to discover features
2. Hover over buttons to see keyboard hints
3. Practice the global shortcuts first

### Efficiency

The most valuable shortcuts to memorize:

1. `Cmd/Ctrl + K` - Find anything
2. `Cmd/Ctrl + J` - Quick AI assistance
3. `Cmd/Ctrl + B` - More screen space
4. `Escape` - Quick escape from any context

<Tip>
  **Pro tip:** The command palette (`Cmd/Ctrl + K`) shows keyboard shortcuts for each action in the results list.
</Tip>

## Platform Differences

| Mac       | Windows/Linux |
| --------- | ------------- |
| `Cmd`     | `Ctrl`        |
| `Option`  | `Alt`         |
| `Control` | `Ctrl`        |

## Related Pages

* **[Web Interface Overview](/web-interface/overview)** - Interface navigation
* **[Compose Workspace](/web-interface/compose-workspace)** - Chat interface
* **[Common Workflows](/web-interface/common-workflows)** - Step-by-step guides
