mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
Fullscreen shortcut for non macOS is now F11
This commit is contained in:
@@ -287,7 +287,7 @@ const window = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Toggle Full Screen',
|
label: 'Toggle Full Screen',
|
||||||
accelerator: 'Command+Control+F',
|
accelerator: process.platform === 'darwin' ? 'Command+Control+F' : 'F11',
|
||||||
selector: 'toggleFullScreen:'
|
selector: 'toggleFullScreen:'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user