New to Kendo UI for Vue? Start a free 30-day trial
Keyboard Navigation
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.
Actions applied to Editor content area:
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 ...