New to Kendo UI for jQueryStart a free 30-day trial

DefaultTools

class fields

An array of tool definitions that are used for initializing the default tools. Note: Editors that are already initialized will not be affected by changes to this array.

<textarea id="editor"></textarea>
<script>
var defaultTools = kendo.ui.Editor.defaultTools;

defaultTools["insertLineBreak"].options.shift = false;
defaultTools["insertParagraph"].options.shift = true;

$("#editor").kendoEditor();
</script>
Not finding the help you need?
Contact Support