Skip to content

Commit

Permalink
fixed keyboard shortcut for fullscreen button
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Aug 1, 2016
1 parent 589f5b0 commit 8c841a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tinymce/plugins/fullscreen/plugin.js
Expand Up @@ -135,7 +135,7 @@ tinymce.PluginManager.add('fullscreen', function(editor) {

editor.addButton('fullscreen', {
tooltip: 'Fullscreen',
shortcut: 'Ctrl+Alt+F',
shortcut: 'Ctrl+Shift+F',
onClick: toggleFullscreen,
onPostRender: function() {
var self = this;
Expand Down

0 comments on commit 8c841a2

Please sign in to comment.