JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / plugins / keystrokes / plugin.js
index 8d1ef47..c0ccb49 100644 (file)
@@ -216,3 +216,13 @@ CKEDITOR.config.keystrokes =
 \r
        [ CKEDITOR.ALT + 109 /*-*/, 'toolbarCollapse' ]\r
 ];\r
+\r
+/**\r
+ * Fired when any keyboard key (or combination) is pressed into the editing area.\r
+ * @name CKEDITOR#key\r
+ * @event\r
+ * @param {Number} data.keyCode A number representing the key code (or\r
+ *             combination). It is the sum of the current key code and the\r
+ *             {@link CKEDITOR.CTRL}, {@link CKEDITOR.SHIFT} and {@link CKEDITOR.ALT}\r
+ *             constants, if those are pressed.\r
+ */\r