Ctrl -> Control for consistency
This commit is contained in:
parent
813e528350
commit
c686997209
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue