]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/fullscreen/plugin.js
WordPress 4.5.1
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / fullscreen / plugin.js
index 332951229335a3c39f49efefb879610a9c35535d..80ebcb74fc720c910d7dd81fee1448abce18c0fe 100644 (file)
@@ -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() {