In CKEditor, I know that in the \"normal mode\", we can detect any content change using the following code:
ckeditor.on(\'change\',function(e){ console.log(\"c
Instead of using "change" event, the "key" event does fire on the source view.
Thanks for Kicker's hint