Editor: Fix Mac keyboard shortcut for distraction free writing.

Fixes #36214.


git-svn-id: https://develop.svn.wordpress.org/trunk@36973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Eric Andrew Lewis 2016-03-12 17:43:33 +00:00
parent b68a4e3da6
commit 7552b192a8
1 changed files with 1 additions and 1 deletions

View File

@ -1143,7 +1143,7 @@
} );
editor.addCommand( 'wpToggleDFW', toggle );
editor.addShortcut( 'alt+shift+w', '', 'wpToggleDFW' );
editor.addShortcut( 'access+w', '', 'wpToggleDFW' );
} );
$document.on( 'tinymce-editor-init.focus', function( event, editor ) {