microsoft/PowerToys

[FancyZones] Feature Request: add hotkey to increment/decrement number of zones in template layouts.

Open

#1.776 geöffnet am 29. März 2020

Auf GitHub ansehen
 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)C# (7.978 Forks)batch import
Help WantedIdea-EnhancementProduct-FancyZones

Repository-Metriken

Stars
 (133.154 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14T 20h) (117 gemergte PRs in 30 T)

Beschreibung

Summary of the new feature/enhancement

When using one of the template layouts the user needs to open the settings window each time they want to increase or decrease the number of zones. It would be more convenient if fancy zones provided a keybinding to do this without opening the settings window.

Proposed technical implementation details

Add logic in FancyZones.cpp to respond to a keypress and increment/decrement the zone-count for the active layout.

I have created a local branch that implements this feature using win+ctrl+oem_plus/oem_minus. Further work would be needed to have this setting be optional or to make this binding customisable.

Contributor Guide