# Visual editor keyboard shortcuts

Keyboard **arrows** can be used to navigate between cells. Hold **Shift** and use **arrows** to select cells.

**Ctrl + Alt + P**  / **⌘ + Alt + P** - preview mode;

**Ctrl + Alt + E**  / **⌘ + Alt + E** - edit mode (for selected component);

**Shift + Delete** / **Ctrl + Delete** / **⌘ + Delete** - delete (unlink) cells data;

**Insert / Ctrl + Insert** / **⌘ + Insert** - insert a column and a row before selected cell;

**Shift + Insert** - add a row;

**Ctrl + Shift + Insert / ⌘ + Shift + Insert**  - add a column;

**Ctrl + M** / **⌘ + M** - merge selected cells;

**Ctrl + Alt + M** / **⌘ + Alt + M** - split selected cells;

**Ctrl + Alt + C**  / **⌘ + Alt + C** - copy cell content (including styling options and actions);

**Ctrl + Alt + V** / **⌘ + Alt + V** - paste copied cell content;

**Ctrl + Alt + Z** / **⌘ + Alt + Z -** undo edits;

**Ctrl + Alt + Y** / **⌘ + Alt + Y** - redo edits;

**Ctrl + Space** / **⌘ + Space** - open dimensions and measures popup menu;

**Ctrl + B** / **⌘ + B** - set bold font style;

**Ctrl + I** / **⌘ + I** - set italic font style;

**Ctrl + U** / **⌘ + U** - set underline font style;

**Ctrl + L** / **⌘ + L** - left horizontal text alignment;

**Ctrl + R** / **⌘ + R** - right horizontal text alignment;

**Ctrl + J** / **⌘ + J** - center horizontal text alignment;

**Ctrl + Alt + L** / **⌘ + Alt + L** - top vertical text alignment;

**Ctrl + Alt + R** / **⌘ + Alt + R** - bottom vertical text alignment;

**Ctrl + Alt + J** / **⌘ + Alt + J** - middle vertical text alignment;

**Ctrl + Alt + F** / **⌘ + Alt + F** - fit text inside a cell (autosize text mode);

**Ctrl + Shift + U** / **⌘ + Shift + U** - delete (unlink) cells data;

**Ctrl + Shift + L** / **⌘ + Shift + L** - open/close "Dimensions / Measures" panel;

**Ctrl + Shift + A** / **⌘ + Shift + A** - open/close "Actions" panel;

**Ctrl + Shift + S** / **⌘ + Shift + S** -  open/close tags panel.


---

# Agent Instructions: 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://help.rbcgrp.com/visual-editor/visual-editor-keyboard-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.
