views:

30

answers:

0

I have replaced the textarea my users use to edit content with CKeditor. Before this change, users were used to save there text by pressing CTRL + S. This is done through the jQuery Hotkeys Plugin.

Since CKeditor puts its text editor within an iframe the shortcut does not work when editing text.

I hope someone can help me find a solution. :)