Option: custom_shortcuts

This option enables you to disable/enable the custom keyboard shortcuts plugins and themes may register. The value of this option is set to true by default.

Example of usage of the custom_shortcuts option:

tinyMCE.init({
    ...
    custom_shortcuts : false
});