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:
@@ -287,7 +287,7 @@ const window = {
|
||||
},
|
||||
{
|
||||
label: 'Toggle Full Screen',
|
||||
accelerator: 'Command+Control+F',
|
||||
accelerator: process.platform === 'darwin' ? 'Command+Control+F' : 'F11',
|
||||
selector: 'toggleFullScreen:'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user