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: {
|
togglefullscreen: {
|
||||||
label: 'Toggle Full Screen',
|
label: 'Toggle Full Screen',
|
||||||
accelerator: process.platform === 'darwin' ? 'Ctrl+Command+F' : 'F11',
|
accelerator: process.platform === 'darwin' ? 'Control+Command+F' : 'F11',
|
||||||
windowMethod: function (window) {
|
windowMethod: function (window) {
|
||||||
window.setFullScreen(!window.isFullScreen())
|
window.setFullScreen(!window.isFullScreen())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue