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

add Toggle FullScreen feat + shortcut

This commit is contained in:
Romain Le Quellec
2018-02-28 11:39:45 +01:00
parent 6bcb6398f8
commit aab192223a

View File

@@ -267,6 +267,11 @@ const window = {
accelerator: 'Command+M',
selector: 'performMiniaturize:'
},
{
label: 'Toggle Full Screen',
accelerator: 'Command+Control+F',
selector: 'toggleFullScreen:'
},
{
label: 'Close',
accelerator: 'Command+W',