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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -