X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/4c23deb380856076ebe30ab8f5f2e8916c9f7096..c7f5b415c17b1ecbf1244f13c97cb89e74bec7c4:/edit/page.js diff --git a/edit/page.js b/edit/page.js index 5e38383..522d63e 100644 --- a/edit/page.js +++ b/edit/page.js @@ -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,