X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4feeb71a9d812a9ae371c28a3d8b442a4394ded7..607b7e02d77e7326161e8ec15639052d2040f745:/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 80ebcb74..59efa551 100644 --- a/wp-includes/js/tinymce/plugins/fullscreen/plugin.js +++ b/wp-includes/js/tinymce/plugins/fullscreen/plugin.js @@ -117,7 +117,7 @@ tinymce.PluginManager.add('fullscreen', function(editor) { editor.addMenuItem('fullscreen', { text: 'Fullscreen', - shortcut: 'Meta+Alt+F', + shortcut: 'Ctrl+Shift+F', selectable: true, onClick: function() { toggleFullscreen(); @@ -135,7 +135,7 @@ tinymce.PluginManager.add('fullscreen', function(editor) { editor.addButton('fullscreen', { tooltip: 'Fullscreen', - shortcut: 'Meta+Alt+F', + shortcut: 'Ctrl+Alt+F', onClick: toggleFullscreen, onPostRender: function() { var self = this;