# Hotkeys (/xml/editor/hotkeys)



Activate Auto-Completion [#activate-auto-completion]

While the cursor is anywhere within the Editor Pane:

| Field        | Description                 |
| ------------ | --------------------------- |
| `Ctrl+Space` | Pop-up auto-completion list |

Value Modification [#value-modification]

While the cursor is within an attribute's value:

:Ctrl+Up:

| Field       | Description                                     |
| ----------- | ----------------------------------------------- |
| `Ctrl+Down` | Modify value by 1 (with live update in preview) |

:Ctrl+Shift+Up:

| Field             | Description                                      |
| ----------------- | ------------------------------------------------ |
| `Ctrl+Shift+Down` | Modify value by 10 (with live update in preview) |

Export and Build [#export-and-build]

| Field          | Description               |
| -------------- | ------------------------- |
| `Ctrl+E`       | Export code only          |
| `Ctrl+B`       | Export code and recompile |
| `Ctrl+Shift+B` | Clean and rebuild         |

Preview Pane [#preview-pane]

| Field                 | Description     |
| --------------------- | --------------- |
| `Ctrl+mousewheel`     | Zoom in and out |
| `Ctrl++`              | Zoom in         |
| `Ctrl+-`              | Zoom out        |
| `Ctrl+0`              | Reset zoom      |
| `Ctrl+Shift+0`        | Fit to screen   |
| `Two-Fingered Scroll` | Pan preview     |

Pressing the Ctrl key also allows you to:

* visualise bounding box, padding, margins and click area,
* check size and position by dragging,
* perform measurement,
* double click to jump to the XML file,
* single click to change editor focus to the matching XML element.
