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

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -