[FancyZones] FancyZones draw layout test tool (#6358)

* FancyZones draw layout test tool

* Fix formatting in resource file
This commit is contained in:
vldmr11080
2020-09-04 11:55:26 +02:00
committed by GitHub
parent 570065175c
commit 24906e6fa5
9 changed files with 698 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
## Testing tool for drawing zone layout
This test tool is created in order to debug issues related to the drawing of zone layout on screen.
Currently, only column layout is supported with modifiable number of zones. Pressing **w** key toggles zone appearance on primary screen (multi monitor support not yet in place). Pressing **q** key exits application.
Application is DPI unaware which means that application does not scale for DPI changes and it always assumes to have a scale factor of 100% (96 DPI). Scaling will be automatically performed by the system.