mirror of
https://github.com/electron/electron.git
synced 2026-01-24 23:08:10 -05:00
Ctrl -> Control for consistency
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user