forked from GPII/universal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmulti_context.json
More file actions
28 lines (28 loc) · 929 Bytes
/
multi_context.json
File metadata and controls
28 lines (28 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"contexts": {
"gpii-default": {
"name": "Default preferences",
"preferences": {
"http://registry.gpii.net/applications/com.microsoft.windows.highContrast": {
"HighContrastOn": {
"value": true
}
},
"http://registry.gpii.net/applications/com.microsoft.windows.magnifier": {
"Invert": true
}
}
},
"user-defined": {
"name": "Some other name",
"preferences": {
"http://registry.gpii.net/applications/com.microsoft.windows.magnifier": {
"FollowMouse": 1,
"Magnification": 150,
"MagnificationMode": 3
},
"http://registry.gpii.net/common/invertColours": true
}
}
}
}