microsoft/PowerToys
View on GitHub[FancyZones] Feature Request: add hotkey to increment/decrement number of zones in template layouts.
Open
#1,776 opened on Mar 29, 2020
Help WantedIdea-EnhancementProduct-FancyZones
Repository metrics
- Stars
- (133,154 stars)
- PR merge metrics
- (Avg merge 14d 20h) (117 merged PRs in 30d)
Description
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.