microsoft/Terminal

Add a `minimizeToNotificationArea` action

Open

#11.229 geöffnet am 15. Sept. 2021

Auf GitHub ansehen
 (9 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Area-WindowingHelp WantedIssue-TaskNeeds-Tag-FixProduct-Terminal

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

Description of the new feature/enhancement

When the minimizeToTray property is set to true, the window gets minimized to the tray on clicking the minimize button on top right. I feel this is not always a desirable response - people might want to minimize to taskbar (the normal behavior) or minimize to tray, separately. An action called minimizeToTray (and a way to set a keybinding for this) would work best - allowing for both behaviors according to what the users want. This will also allow WT to behave similar to tmux's detach - where detaching and minimizing (to taskbar) are distinct behaviors.

Proposed technical implementation details (optional)

I was reading the discussion here at https://github.com/microsoft/terminal/pull/10368#issuecomment-884294259 - was this action not implemented?

Contributor Guide