Created
May 10, 2021 16:38
-
-
Save DoganM95/1e555eff81cf030e938fe0525bcc1109 to your computer and use it in GitHub Desktop.
Microsoft PowerToys Custom UWQHD 1440p FancyZone (snippet to insert after "devices")
This file contains 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
"custom-zone-sets": [ | |
{ | |
"uuid": "{A7B1BF4C-A283-4CB6-9055-1A8876F060C9}", | |
"name": "Custom layout 2", | |
"type": "canvas", | |
"info": { | |
"ref-width": 3440, | |
"ref-height": 1400, | |
"zones": [ | |
{ | |
"X": 0, | |
"Y": 0, | |
"width": 860, | |
"height": 1400 | |
}, | |
{ | |
"X": 0, | |
"Y": 0, | |
"width": 860, | |
"height": 700 | |
}, | |
{ | |
"X": 0, | |
"Y": 700, | |
"width": 860, | |
"height": 700 | |
}, | |
{ | |
"X": 860, | |
"Y": 0, | |
"width": 1720, | |
"height": 1400 | |
}, | |
{ | |
"X": 860, | |
"Y": 0, | |
"width": 860, | |
"height": 700 | |
}, | |
{ | |
"X": 860, | |
"Y": 700, | |
"width": 860, | |
"height": 700 | |
}, | |
{ | |
"X": 1720, | |
"Y": 0, | |
"width": 860, | |
"height": 700 | |
}, | |
{ | |
"X": 1720, | |
"Y": 700, | |
"width": 860, | |
"height": 700 | |
}, | |
{ | |
"X": 2580, | |
"Y": 0, | |
"width": 860, | |
"height": 1400 | |
}, | |
{ | |
"X": 2580, | |
"Y": 0, | |
"width": 860, | |
"height": 700 | |
}, | |
{ | |
"X": 2580, | |
"Y": 700, | |
"width": 860, | |
"height": 700 | |
} | |
], | |
"sensitivity-radius": 20 | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment