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

# 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
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, and the optional `goal` query parameter:

```
GET https://help.rbcgrp.com/visual-editor/visual-editor-keyboard-shortcuts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
