edit/page: ctrl+S shortkey to save
[minimedit.git] / edit / page.js
index 5e383835993ebd8f92034e8a1fdf75e275e84217..522d63e3c41d5b55f05b987ea5b05c6d7620b2b2 100644 (file)
@@ -39,6 +39,7 @@ CKEDITOR.plugins.add('inlinesave', {
                                ajaxpost.send(data);
                        },
                });
+               editor.setKeystroke(CKEDITOR.CTRL + 83 /*S*/, 'inlinesave');
                editor.ui.addButton( 'Inlinesave', {
                        command: 'inlinesave',
                        label: editor.lang.save.toolbar,