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

custom_undo_redo_keyboard_shortcuts

This option enables you to disable/enable the usage of keyboard shortcuts for undo/redo. This feature is enabled by default. Keyboard shortcuts are Ctrl+Z for undo, Ctrl+Y for redo.

Example of usage of the custom_undo_redo_keyboard_shortcuts option:

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

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.