Functiondijit._editor.RichText.setupDefaultShortcuts

dojo.require("dijit._editor.RichText");
defined in dijit/_editor/RichText.js

Overwrite this to setup your own handlers. The default implementation does not use Editor commands, but directly executes the builtin commands within the underlying browser support.

Usage

function () (view source)