Make WordPress Core

Ticket #32122: 32122.patch

File 32122.patch, 567 bytes (added by iseulde, 11 years ago)
  • src/wp-includes/js/tinymce/plugins/wordpress/plugin.js

     
    432432                        editor.shortcuts.add( 'access+' + key, '', command );
    433433                } );
    434434
    435                 editor.addShortcut( 'ctrl+s', '', function() {
     435                editor.addShortcut( 'meta+s', '', function() {
    436436                        if ( typeof wp !== 'undefined' && wp.autosave ) {
    437437                                wp.autosave.server.triggerSave();
    438438                        }