navigateOnTab Boolean
(default: false)
If set to true
this configuration option would enable Tab-based navigation among Editor ToolBar items. By default navigation is arrow-based.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
navigateOnTab: true
});
</script>