Make WordPress Core

Changeset 32363


Ignore:
Timestamp:
05/06/2015 02:29:37 AM (11 years ago)
Author:
azaozz
Message:

TinyMCE: fix Mac keyboard shortcut for save from the visual editor.
Props iseulde. Fixes #32122 for 4.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.2/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js

    r32059 r32363  
    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();
Note: See TracChangeset for help on using the changeset viewer.