Skip to content

Commit

Permalink
Update docs that canvas model allows overlapping
Browse files Browse the repository at this point in the history
I had the same issue as microsoft/PowerToys#11552 -- I ctrl+F for "overlap" and didn't think that FancyZones supported it.
Add a small breadcrumb so future readers know to use canvas model.
  • Loading branch information
darthwalsh authored Apr 23, 2023
1 parent 77a8aeb commit a9ae0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/powertoys/fancyzones.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The **Grid** model starts with a three column grid and allows zones to be create

![FancyZones Table Editor Mode.](../images/pt-fancyzones-grideditor.png)

The **Canvas** model starts with one zone and supports adding zones that can be dragged and resized similar to windows.
The **Canvas** model starts with one zone and supports adding zones that can be dragged and resized similar to windows. Zones in the canvas model may be overlapping.

Canvas layout also has keyboard support for zone editing. Use the <kbd>arrow</kbd> keys (up, down, left, right) to move a zone by 10 pixels, or <kbd>Ctrl</kbd>+<kbd>arrow</kbd> to move a zone by 1 pixel. Use the <kbd>Shift</kbd>+<kbd>arrow</kbd> keys to resize a zone by 10 pixels (5 per edge), or <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>arrow</kbd> to resize a zone by 2 pixels (1 per edge). To switch between the editor and dialog, press the <kbd>Ctrl</kbd>+<kbd>Tab</kbd> keys.

Expand Down

0 comments on commit a9ae0d3

Please sign in to comment.