X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/784f914b1e4b1c62d6657e86397c2e83bcee4295..refs/tags/wordpress-4.5.1:/wp-includes/js/tinymce/plugins/fullscreen/plugin.js diff --git a/wp-includes/js/tinymce/plugins/fullscreen/plugin.js b/wp-includes/js/tinymce/plugins/fullscreen/plugin.js index 33295122..80ebcb74 100644 --- a/wp-includes/js/tinymce/plugins/fullscreen/plugin.js +++ b/wp-includes/js/tinymce/plugins/fullscreen/plugin.js @@ -104,7 +104,7 @@ tinymce.PluginManager.add('fullscreen', function(editor) { } editor.on('init', function() { - editor.addShortcut('Meta+Alt+F', '', toggleFullscreen); + editor.addShortcut('Ctrl+Shift+F', '', toggleFullscreen); }); editor.on('remove', function() {