forked from GPII/universal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp_specific_only.json
More file actions
42 lines (42 loc) · 1.82 KB
/
app_specific_only.json
File metadata and controls
42 lines (42 loc) · 1.82 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"contexts": {
"gpii-default": {
"name": "Default preferences",
"preferences": {
"http://registry.gpii.net/applications/com.microsoft.windows.mouseTrailing": {
"MouseTrails": {
"value": 10
}
},
"http://registry.gpii.net/applications/com.microsoft.windows.highContrast": {
"HighContrastOn": {
"value": true
}
},
"http://registry.gpii.net/applications/com.microsoft.windows.cursors": {
"No": "%SystemRoot%\\cursors\\no_l.cur",
"Hand": "",
"Help": "%SystemRoot%\\cursors\\help_l.cur",
"Wait": "%SystemRoot%\\cursors\\busy_l.cur",
"Arrow": "%SystemRoot%\\cursors\\arrow_l.cur",
"NWPen": "%SystemRoot%\\cursors\\pen_l.cur",
"SizeNS": "%SystemRoot%\\cursors\\size4_l.cur",
"SizeWE": "%SystemRoot%\\cursors\\size3_l.cur",
"SizeAll": "%SystemRoot%\\cursors\\move_l.cur",
"UpArrow": "%SystemRoot%\\cursors\\up_l.cur",
"SizeNESW": "%SystemRoot%\\cursors\\size1_l.cur",
"SizeNWSE": "%SystemRoot%\\cursors\\size2_l.cur",
"AppStarting": "%SystemRoot%\\cursors\\wait_l.cur"
},
"http://registry.gpii.net/applications/com.microsoft.windows.magnifier": {
"FollowFocus": 0,
"FollowCaret": 1,
"FollowMouse": 1,
"Invert": true,
"Magnification": 150,
"MagnificationMode": 3
}
}
}
}
}