Skip to content

Commit

Permalink
Add f=fullscreen hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
dsernst committed May 6, 2019
1 parent b0d3c20 commit 90723ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@ function getMenuTemplate () {
{
label: 'Full Screen',
type: 'checkbox',
accelerator: process.platform === 'darwin'
? 'Ctrl+Command+F'
: 'F11',
accelerator: 'F',
click: () => windows.main.toggleFullScreen()
},
{
Expand Down

0 comments on commit 90723ed

Please sign in to comment.