id summary reporter owner description type status priority milestone component version resolution keywords cc 8619 Plugins need to be able to register own keystrokes jjo "I am writing a custom style-like command plugin. I want to register a keystroke for accessibility. I can only do this by hacking into the editor's keystrokeHander. {{{ var ctrlM = CKEDITOR.CTRL + ""M"".charCodeAt(0); editor.keystrokeHandler.keystrokes[ctrlM] = 'mycmd'; editor.keystrokeHandler.blockedKeystrokes[ctrlM] = 1; }}} An API like this would be nice: {{{ var ctrlM = CKEDITOR.CTRL + ""M"".charCodeAt(0); editor.registerKeystroke(ctrlM, 'mycmd' /* optional bool 'block' */); }}}" New Feature closed Normal General fixed