Make WordPress Core

Changeset 36973


Ignore:
Timestamp:
03/12/2016 05:43:33 PM (9 years ago)
Author:
ericlewis
Message:

Editor: Fix Mac keyboard shortcut for distraction free writing.

Fixes #36214.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/editor-expand.js

    r35627 r36973  
    11441144
    11451145            editor.addCommand( 'wpToggleDFW', toggle );
    1146             editor.addShortcut( 'alt+shift+w', '', 'wpToggleDFW' );
     1146            editor.addShortcut( 'access+w', '', 'wpToggleDFW' );
    11471147        } );
    11481148
Note: See TracChangeset for help on using the changeset viewer.