javascript - How to configure shortcut keys in CK EDITOR 4. Not finding Plugin for Keystrocks -
i want disable key in ck editor.
i using ckeditor 4.0 & want disable shortcuts keys in ckeditor.
e.g. file opens on alt + 0
in old version config available in source/plugins/keystroks/plugins.js not availble in new version.
using config.keystrokes
can add , remove keystrokes.
from documentation:
// disable default ctrl + l keystroke executes link command default. config.keystrokes = [ ... [ ckeditor.ctrl + 76, null ], // ctrl + l ... ];
Comments
Post a Comment