JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2
[ckeditor.git] / _source / plugins / keystrokes / plugin.js
index c0ccb49..73c0085 100644 (file)
@@ -214,7 +214,8 @@ CKEDITOR.config.keystrokes =
        [ CKEDITOR.CTRL + 73 /*I*/, 'italic' ],\r
        [ CKEDITOR.CTRL + 85 /*U*/, 'underline' ],\r
 \r
-       [ CKEDITOR.ALT + 109 /*-*/, 'toolbarCollapse' ]\r
+       [ CKEDITOR.ALT + 109 /*-*/, 'toolbarCollapse' ],\r
+       [ CKEDITOR.ALT + 48 /*0*/, 'a11yHelp' ]\r
 ];\r
 \r
 /**\r