<textareaid="editor"></textarea><script>$("#editor").kendoEditor({keydown:function(e){/* The result can be observed in the DevTools(F12) console of the browser. */console.log("keydown : keyCode=",e.keyCode);}});</script>
<textareaid="editor"></textarea><script>functioneditor_keydown(e){/* The result can be observed in the DevTools(F12) console of the browser. */console.log("keydown : keyCode=", e.keyCode);}$("#editor").kendoEditor();var editor =$("#editor").data("kendoEditor");
editor.bind("keydown", editor_keydown);</script>