Last active
December 17, 2020 23:04
-
-
Save olegsych/9a4a8b0864d52f8ab4369228e156fbce to your computer and use it in GitHub Desktop.
PowerToys FancyZones
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "devices": [ | |
| { | |
| "device-id": "GSM5B09#4&17a0b355&0&UID224795_3840_2160_{00000000-0000-0000-0000-000000000000}", | |
| "active-zoneset": { | |
| "uuid": "{750F4B18-EDC6-4D6C-B1B4-02F2D2BCB801}", | |
| "type": "custom" | |
| }, | |
| "editor-show-spacing": true, | |
| "editor-spacing": 16, | |
| "editor-zone-count": 3, | |
| "editor-sensitivity-radius": 20 | |
| }, | |
| { | |
| "device-id": "SEC3542#4&17a0b355&0&UID265988_3840_2160_{00000000-0000-0000-0000-000000000000}", | |
| "active-zoneset": { | |
| "uuid": "{750F4B18-EDC6-4D6C-B1B4-02F2D2BCB801}", | |
| "type": "custom" | |
| }, | |
| "editor-show-spacing": true, | |
| "editor-spacing": 16, | |
| "editor-zone-count": 3, | |
| "editor-sensitivity-radius": 20 | |
| } | |
| ], | |
| "custom-zone-sets": [ | |
| { | |
| "uuid": "{750F4B18-EDC6-4D6C-B1B4-02F2D2BCB801}", | |
| "name": "Oleg's", | |
| "type": "canvas", | |
| "info": { | |
| "ref-width": 2560, | |
| "ref-height": 1400, | |
| "zones": [ | |
| { | |
| "X": 0, | |
| "Y": 0, | |
| "width": 1280, | |
| "height": 1400 | |
| }, | |
| { | |
| "X": 500, | |
| "Y": 200, | |
| "width": 1560, | |
| "height": 1000 | |
| }, | |
| { | |
| "X": 1280, | |
| "Y": 0, | |
| "width": 1280, | |
| "height": 1400 | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment