TinyMCE:Configuration/custom shortcuts

From Moxiecode Documentation Wiki

Jump to: navigation, search

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.

Example of usage of the custom_shortcuts option:

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