Closed (fixed)
Project:
Wysiwyg
Version:
6.x-2.4
Component:
Editor - CKEditor
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2011 at 16:55 UTC
Updated:
19 Feb 2014 at 09:49 UTC
Jump to comment: Most recent
Comments
Comment #1
twodApologies for the extremely long wait. I simply did not see this issue until now.
The shortcuts in CKEditor (3) are handled by the keystrokes plugin, which has two settings: keystrokes and blockedKeystrokes.
I'm planning to expand the profile editing GUI with plugin settings later, but until then you can implement hook_wysiwyg_editor_settings_alter() and override these settings yourself.
Example:
Comment #2
ressaThanks! I am guessing
hook_wysiwyg_editor_settings_alter()will also work with the CKEditor module?Comment #3
twodNo it won't. That hook is only invoked by Wysiwyg module and CKEditor module is a separate project. They may have a similar hook now though, I haven't checked.
Comment #4
ressaOk, thanks for clarifying.