> For the complete documentation index, see [llms.txt](https://docs.cwicly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwicly.com/miscellaneous/shortcuts.md).

# Shortcuts

A keyboard shortcut is a combination of keystrokes that you can use to perform a task that would normally require a mouse or other input device. They can be useful as they allow you to quickly perform tasks without having to navigate through menus or toolbars.

| Key combination                      | Action                               |
| ------------------------------------ | ------------------------------------ |
| **⌘** / **Ctrl** + **L**             | Toggle Link Copy block action        |
| **⌘** / **Ctrl** + **Shift** + **B** | Switch between different breakpoints |
| **⌘** / **Ctrl** + **Shift** + **E** | Toggle Cwicly Navigator              |
| **⌘** / **Ctrl** + **Shift** + **L** | Toggle Cloud Design Library          |
| **⌘** / **Ctrl** + **Shift** + **↓** | Select next block (same level)       |
| **⌘** / **Ctrl** + **Shift** + **↑** | Select previous block (same level)   |
| **⌘** / **Ctrl** + **Shift** + **→** | Select first child block             |
| **⌘** / **Ctrl** + **Shift** + **←** | Select parent element                |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cwicly.com/miscellaneous/shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
