# 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                |
