TinyMCE:Configuration/custom shortcuts
From Moxiecode Documentation Wiki
[edit]
Option: custom_shortcuts
This option enables you to disable/enable the custom keyboard shortcuts, which plugins and themes may register. The value of this option is set to true by default.
[edit]
Example of usage of the custom_shortcuts option:
tinyMCE.init({
...
custom_shortcuts : false
});
