Make WordPress Core

Changeset 32295


Ignore:
Timestamp:
04/26/2015 04:50:41 AM (10 years ago)
Author:
nacin
Message:

Fix keyboard shortcut for save from the visual editor.

props iseulde.
see #32122, for trunk.

File:
1 edited

Legend:

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

    r32059 r32295  
    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.