New to Kendo UI for Vue? Start a free 30-day trial
Keyboard Navigation
Updated on Jun 29, 2026
The Editor keyboard navigation functionality is enabled by default.
The navigatable elements are the Editor's Toolbar and content area. Switching the focus to Editor's Toolbar or content happens through Tab and Shift + Tab keys. The navigation in the toolbar happens using the arrow keys. To activate a tool, use enter or space key. To disable the toolbar navigation, set keyboardNavigation property to false. For additional information, see the toolbar keyboard navigation article.
Keyboard Shortcuts
The Editor provides a set of built-in keyboard shortcuts for executing the most common commands. The following table lists the available keyboard shortcuts:
| Shortcut | Behavior |
|---|---|
Ctrl/Cmd(Mac)+B | Executes bold command. |
Ctrl/Cmd(Mac)+I | Executes italic command. |
Ctrl/Cmd(Mac)+U | Executes underline command. |
Ctrl/Cmd(Mac)+Z | Executes undo command. |
Ctrl/Cmd(Mac)+Y | Executes redo command. |
Shift+Enter | Adds <br/> to content. |
Enter | Adds <p> to content. |
Change Theme
Theme
Loading ...