1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Fullscreen shortcut for non macOS is now F11

This commit is contained in:
William Grant
2018-03-25 23:04:16 +02:00
parent 9590559b81
commit f0144233f9

View File

@@ -287,7 +287,7 @@ const window = {
},
{
label: 'Toggle Full Screen',
accelerator: 'Command+Control+F',
accelerator: process.platform === 'darwin' ? 'Command+Control+F' : 'F11',
selector: 'toggleFullScreen:'
},
{