Important changes to Tiny Cloud pricing > Find out more
Return to Website

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
});

In case you'd like to register custom shortcuts you'll need .addShortcut().

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.