Browse Source
Merge pull request #640 from BenchTweakGaming/master
v2.8.1 - Opposite function to comboboxes and ...
pull/644/head
Dmitry Nefedov
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with
136 additions and
68 deletions
-
Wrapper/Config/config_Windows_10.json
-
Wrapper/Config/config_Windows_10_LTSC.json
-
Wrapper/Config/config_Windows_11.json
-
Wrapper/Config/config_Windows_11_LTSC.json
-
BIN
Wrapper/SophiaScriptWrapper.exe
|
|
|
@ -497,13 +497,16 @@ |
|
|
|
"Function": "TaskbarSearch", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Hide" |
|
|
|
"Tag": "Hide", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "SearchIcon" |
|
|
|
"Tag": "SearchIcon", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "SearchBox" |
|
|
|
"Tag": "SearchBox", |
|
|
|
"Opposite": "Zero" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -644,13 +647,16 @@ |
|
|
|
"Function": "TaskbarCombine", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Always" |
|
|
|
"Tag": "Always", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Full" |
|
|
|
"Tag": "Full", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Never" |
|
|
|
"Tag": "Never", |
|
|
|
"Opposite": "Zero" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -682,13 +688,16 @@ |
|
|
|
"Function": "ControlPanelView", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "LargeIcons" |
|
|
|
"Tag": "LargeIcons", |
|
|
|
"Opposite": "One" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "SmallIcons" |
|
|
|
"Tag": "SmallIcons", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Category" |
|
|
|
"Tag": "Category", |
|
|
|
"Opposite": "Two" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -861,13 +870,16 @@ |
|
|
|
"Function": "Cursors", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Default" |
|
|
|
"Tag": "Default", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Dark" |
|
|
|
"Tag": "Dark", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Light" |
|
|
|
"Tag": "Light", |
|
|
|
"Opposite": "One" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "One", |
|
|
|
@ -1299,13 +1311,16 @@ |
|
|
|
"Function": "Set-UserShellFolderLocation", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Root" |
|
|
|
"Tag": "Root", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Custom" |
|
|
|
"Tag": "Custom", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Default" |
|
|
|
"Tag": "Default", |
|
|
|
"Opposite": "One" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
|
|
|
|
@ -586,13 +586,16 @@ |
|
|
|
"Function": "TaskbarSearch", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Hide" |
|
|
|
"Tag": "Hide", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "SearchIcon" |
|
|
|
"Tag": "SearchIcon", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "SearchBox" |
|
|
|
"Tag": "SearchBox", |
|
|
|
"Opposite": "Zero" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -715,13 +718,16 @@ |
|
|
|
"Function": "TaskbarCombine", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Always" |
|
|
|
"Tag": "Always", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Full" |
|
|
|
"Tag": "Full", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Never" |
|
|
|
"Tag": "Never", |
|
|
|
"Opposite": "Zero" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -736,13 +742,16 @@ |
|
|
|
"Function": "ControlPanelView", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "LargeIcons" |
|
|
|
"Tag": "LargeIcons", |
|
|
|
"Opposite": "One" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "SmallIcons" |
|
|
|
"Tag": "SmallIcons", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Category" |
|
|
|
"Tag": "Category", |
|
|
|
"Opposite": "Two" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -937,13 +946,16 @@ |
|
|
|
"Function": "Cursors", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Default" |
|
|
|
"Tag": "Default", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Dark" |
|
|
|
"Tag": "Dark", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Light" |
|
|
|
"Tag": "Light", |
|
|
|
"Opposite": "One" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "One", |
|
|
|
@ -1282,13 +1294,16 @@ |
|
|
|
"Function": "Set-UserShellFolderLocation", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Root" |
|
|
|
"Tag": "Root", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Custom" |
|
|
|
"Tag": "Custom", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Default" |
|
|
|
"Tag": "Default", |
|
|
|
"Opposite": "One" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
|
|
|
|
@ -561,16 +561,20 @@ |
|
|
|
"Function": "TaskbarSearch", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Hide" |
|
|
|
"Tag": "Hide", |
|
|
|
"Opposite": "Three" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "SearchIcon" |
|
|
|
"Tag": "SearchIcon", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "SearchIconLabel" |
|
|
|
"Tag": "SearchIconLabel", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"Three": { |
|
|
|
"Tag": "SearchBox" |
|
|
|
"Tag": "SearchBox", |
|
|
|
"Opposite": "Zero" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -631,13 +635,16 @@ |
|
|
|
"Function": "TaskbarCombine", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Always" |
|
|
|
"Tag": "Always", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Full" |
|
|
|
"Tag": "Full", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Never" |
|
|
|
"Tag": "Never", |
|
|
|
"Opposite": "Zero" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -682,13 +689,16 @@ |
|
|
|
"Function": "ControlPanelView", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "LargeIcons" |
|
|
|
"Tag": "LargeIcons", |
|
|
|
"Opposite": "One" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "SmallIcons" |
|
|
|
"Tag": "SmallIcons", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Category" |
|
|
|
"Tag": "Category", |
|
|
|
"Opposite": "Two" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -829,13 +839,16 @@ |
|
|
|
"Function": "Cursors", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Default" |
|
|
|
"Tag": "Default", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Dark" |
|
|
|
"Tag": "Dark", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Light" |
|
|
|
"Tag": "Light", |
|
|
|
"Opposite": "One" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "One", |
|
|
|
@ -1186,13 +1199,16 @@ |
|
|
|
"Function": "Set-UserShellFolderLocation", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Root" |
|
|
|
"Tag": "Root", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Custom" |
|
|
|
"Tag": "Custom", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Default" |
|
|
|
"Tag": "Default", |
|
|
|
"Opposite": "One" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -1599,13 +1615,16 @@ |
|
|
|
"Function": "StartLayout", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Default" |
|
|
|
"Tag": "Default", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "ShowMorePins" |
|
|
|
"Tag": "ShowMorePins", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "ShowMoreRecommendations" |
|
|
|
"Tag": "ShowMoreRecommendations", |
|
|
|
"Opposite": "Zero" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "One", |
|
|
|
|
|
|
|
@ -579,16 +579,20 @@ |
|
|
|
"Function": "TaskbarSearch", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Hide" |
|
|
|
"Tag": "Hide", |
|
|
|
"Opposite": "Three" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "SearchIcon" |
|
|
|
"Tag": "SearchIcon", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "SearchIconLabel" |
|
|
|
"Tag": "SearchIconLabel", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"Three": { |
|
|
|
"Tag": "SearchBox" |
|
|
|
"Tag": "SearchBox", |
|
|
|
"Opposite": "Zero" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -653,13 +657,16 @@ |
|
|
|
"Function": "TaskbarCombine", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Always" |
|
|
|
"Tag": "Always", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Full" |
|
|
|
"Tag": "Full", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Never" |
|
|
|
"Tag": "Never", |
|
|
|
"Opposite": "Zero" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -690,13 +697,16 @@ |
|
|
|
"Function": "ControlPanelView", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "LargeIcons" |
|
|
|
"Tag": "LargeIcons", |
|
|
|
"Opposite": "One" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "SmallIcons" |
|
|
|
"Tag": "SmallIcons", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Category" |
|
|
|
"Tag": "Category", |
|
|
|
"Opposite": "Two" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -846,13 +856,16 @@ |
|
|
|
"Function": "Cursors", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Default" |
|
|
|
"Tag": "Default", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Dark" |
|
|
|
"Tag": "Dark", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Light" |
|
|
|
"Tag": "Light", |
|
|
|
"Opposite": "One" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "One", |
|
|
|
@ -1206,13 +1219,16 @@ |
|
|
|
"Function": "Set-UserShellFolderLocation", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Root" |
|
|
|
"Tag": "Root", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Custom" |
|
|
|
"Tag": "Custom", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Default" |
|
|
|
"Tag": "Default", |
|
|
|
"Opposite": "One" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
@ -1626,13 +1642,16 @@ |
|
|
|
"Function": "StartLayout", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Default" |
|
|
|
"Tag": "Default", |
|
|
|
"Opposite": "Two" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "ShowMorePins" |
|
|
|
"Tag": "ShowMorePins", |
|
|
|
"Opposite": "Zero" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "ShowMoreRecommendations" |
|
|
|
"Tag": "ShowMoreRecommendations", |
|
|
|
"Opposite": "Zero" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Preset": "One", |
|
|
|
|