diff --git a/src/wp-admin/js/editor-expand.js b/src/wp-admin/js/editor-expand.js index 3a744fe505..e03b3f572e 100644 --- a/src/wp-admin/js/editor-expand.js +++ b/src/wp-admin/js/editor-expand.js @@ -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 ) {