]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/fullscreen/plugin.js
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / fullscreen / plugin.js
index 80ebcb74fc720c910d7dd81fee1448abce18c0fe..59efa5510e16d705141416eee50059bc6586304a 100644 (file)
@@ -117,7 +117,7 @@ tinymce.PluginManager.add('fullscreen', function(editor) {
 
        editor.addMenuItem('fullscreen', {
                text: 'Fullscreen',
 
        editor.addMenuItem('fullscreen', {
                text: 'Fullscreen',
-               shortcut: 'Meta+Alt+F',
+               shortcut: 'Ctrl+Shift+F',
                selectable: true,
                onClick: function() {
                        toggleFullscreen();
                selectable: true,
                onClick: function() {
                        toggleFullscreen();
@@ -135,7 +135,7 @@ tinymce.PluginManager.add('fullscreen', function(editor) {
 
        editor.addButton('fullscreen', {
                tooltip: 'Fullscreen',
 
        editor.addButton('fullscreen', {
                tooltip: 'Fullscreen',
-               shortcut: 'Meta+Alt+F',
+               shortcut: 'Ctrl+Alt+F',
                onClick: toggleFullscreen,
                onPostRender: function() {
                        var self = this;
                onClick: toggleFullscreen,
                onPostRender: function() {
                        var self = this;