New to Kendo UI for Angular? Start a free 30-day trial

Keyboard Navigation

The keyboard navigation of the Editor is always available. The navigable elements are the toolbar and the content area of the Editor.

When a ToolBar tool is focused, Tab focuses to the Editor content area. When the content area is focused, Shift+Tab focuses the first ToolBar tool.

The toolbar of the Editor supports the following keyboard shortcuts:

SHORTCUTDESCRIPTION
TabFocuses the first tool in the Toolbar.
Shift+TabFocuses the previous focusable element on the page.
Right ArrowFocuses the next tool in the Toolbar.
Left ArrowFocuses the previous tool in the Toolbar.
Enter&SpaceActivates the focused tool. If the tool has a popup, navigate through the options with the Up and Down arrow. To select an option, use Enter. To close the popup and focus the tool, use Esc.

The content area of the Editor supports the following keyboard shortcuts:

SHORTCUTDESCRIPTION
Ctrl/Cmd(MacOS) + BExecutes the `bold command.
Ctrl/Cmd(MacOS) + IExecutes italic command.
Ctrl/Cmd(MacOS) + UExecutes underline command.
Ctrl/Cmd(MacOS) + ZExecutes undo command.
Ctrl + Y/Cmd + Shift + Z(MacOS)Executes redo command.
Shift + EnterAdds <br /> element to content.
EnterAdds <p> to content.
Example
View Source
Change Theme:

In this article

Not finding the help you need?