Ctrl -> Control for consistency

This commit is contained in:
Kevin Sawicki 2016-06-22 16:56:45 -07:00
parent 813e528350
commit c686997209

View file

@ -82,7 +82,7 @@ const roles = {
},
togglefullscreen: {
label: 'Toggle Full Screen',
accelerator: process.platform === 'darwin' ? 'Ctrl+Command+F' : 'F11',
accelerator: process.platform === 'darwin' ? 'Control+Command+F' : 'F11',
windowMethod: function (window) {
window.setFullScreen(!window.isFullScreen())
}