WinMerge / winmerge

WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
https://winmerge.org/
GNU General Public License v2.0
6.62k stars 807 forks source link

Main Menu toggle Show/Hide #2509

Closed lededev closed 2 weeks ago

lededev commented 3 weeks ago

Now we can have the simplest user interface, suitable for keyboard-centric power users and small screen users, maximizing the content display area. The hotkey to show and hide the main menu is Shift+F12. You can also right-click on the title bar or left-click on the system menu icon to select from the system menu. Even with the main menu hidden, the main menu also works normally. For example, pressing Alt+F will bring up the File menu, Alt+E will bring up the Edit menu, and Alt+V will bring up the View menu. So there are other ways to restore the main menu, such as pressing (Alt+Space, H) or (Alt+V, H) or (F10, V, H).

Here is the display effect after hiding the main menu, tab bar, toolbar, diff pane and status bar: image image image image

sdottaka commented 3 weeks ago

Thank you for the PR. When the menu bar is hidden, pressing Alt+F etc. displays the menu, but it feels a bit strange. Is it possible to make the menu bar appear when you press the Alt key like in other applications? Also, I'm being very careful about adding shortcut keys these days. I'd like to avoid adding shortcut keys if possible.

lededev commented 3 weeks ago

(Alt+Space, U) or (Alt+V, U) or (F10, V, U) image

sdottaka commented 3 weeks ago

Great! I'll check it out later.

sdottaka commented 2 weeks ago

This PR has been merged. Thank you for the PR! I plan to make the following modifications to this PR.