hundredrabbits / Left

Distractionless Writing Tool
http://hundredrabbits.itch.io/left
Other
1.77k stars 142 forks source link

Added missing shortcut for menu bar toggling #153

Open sdrwtf opened 3 years ago

sdrwtf commented 3 years ago

I have added a shortcut and menu entry which allows to toggle the menu bar by pressing F11. It calls the already existing function in dekstop/main.js (line 63):

app.toggleMenubar = function () {
  app.win.setMenuBarVisibility(!app.win.isMenuBarVisible())
}

This might resolve #145

Menu entry:

image

Toggle by mouse-tap and pressing F11:

toggle-menu-test

waldmannly commented 2 years ago

This is cool! Not sure I love it being bound to F11, as that is usually full screen for most programs.