mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[Settings, Common.UI, runner exe] Unify exe/dll naming (#15005)
* Unify exe/dll naming - PowerToys.Runner Align naming with other exes - PowerToys Runner -> PowerToys.Runner * Unify exe/dll naming - Microsoft.PowerToys.Common.UI Project name - Microsoft.PowerToys.Common.UI -> Common.UI dll name - Microsoft.PowerToys.Common.UI.dll -> PowerToys.Common.UI.dll * Unify exe/dll naming - Settings Project names - Microsoft.PowerToys.Settings* -> Settings* Dll names - Microsoft.PowerToys.Settings*.dll -> PowerToys.Settings*.dll * Revert file autoformat * [Docs] Update paths to settings projects/files * Fix tests - Update path
This commit is contained in:
@@ -0,0 +1,104 @@
|
||||
// Copyright (c) Microsoft Corporation
|
||||
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
using System.IO.Abstractions;
|
||||
using System.Linq.Expressions;
|
||||
using Microsoft.PowerToys.Settings.UI.Library;
|
||||
using Microsoft.PowerToys.Settings.UI.Library.Interfaces;
|
||||
using Microsoft.PowerToys.Settings.UI.UnitTests.Mocks;
|
||||
using Moq;
|
||||
|
||||
namespace Microsoft.PowerToys.Settings.UI.UnitTests.BackwardsCompatibility
|
||||
{
|
||||
public static class BackCompatTestProperties
|
||||
{
|
||||
public const string RootPathStubFiles = "..\\..\\..\\..\\src\\settings-ui\\Settings.UI.UnitTests\\BackwardsCompatibility\\TestFiles\\{0}\\Microsoft\\PowerToys\\{1}\\{2}";
|
||||
|
||||
// Using Ordinal since this is used internally for a path
|
||||
private static readonly Expression<Func<string, bool>> SettingsFilterExpression = s => s == null || s.Contains("Microsoft\\PowerToys\\settings.json", StringComparison.Ordinal);
|
||||
|
||||
internal class MockSettingsRepository<T> : ISettingsRepository<T>
|
||||
where T : ISettingsConfig, new()
|
||||
{
|
||||
private readonly ISettingsUtils _settingsUtils;
|
||||
private T _settingsConfig;
|
||||
|
||||
public MockSettingsRepository(ISettingsUtils settingsUtils)
|
||||
{
|
||||
_settingsUtils = settingsUtils;
|
||||
}
|
||||
|
||||
public T SettingsConfig
|
||||
{
|
||||
get
|
||||
{
|
||||
T settingsItem = new T();
|
||||
_settingsConfig = _settingsUtils.GetSettingsOrDefault<T>(settingsItem.GetModuleName());
|
||||
return _settingsConfig;
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
if (value != null)
|
||||
{
|
||||
_settingsConfig = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static Mock<IFile> GetModuleIOProvider(string version, string module, string fileName)
|
||||
{
|
||||
var stubSettingsPath = StubSettingsPath(version, module, fileName);
|
||||
Expression<Func<string, bool>> filterExpression = ModuleFilterExpression(module);
|
||||
return IIOProviderMocks.GetMockIOReadWithStubFile(stubSettingsPath, filterExpression);
|
||||
}
|
||||
|
||||
public static string StubGeneralSettingsPath(string version)
|
||||
{
|
||||
return StubSettingsPath(version, string.Empty, "settings.json");
|
||||
}
|
||||
|
||||
public static string StubSettingsPath(string version, string module, string fileName)
|
||||
{
|
||||
return string.Format(CultureInfo.InvariantCulture, BackCompatTestProperties.RootPathStubFiles, version, module, fileName);
|
||||
}
|
||||
|
||||
public static void VerifyModuleIOProviderWasRead(Mock<IFile> provider, string module, int expectedCallCount)
|
||||
{
|
||||
if (provider == null)
|
||||
{
|
||||
throw new ArgumentNullException(nameof(provider));
|
||||
}
|
||||
|
||||
Expression<Func<string, bool>> filterExpression = ModuleFilterExpression(module);
|
||||
|
||||
IIOProviderMocks.VerifyIOReadWithStubFile(provider, filterExpression, expectedCallCount);
|
||||
}
|
||||
|
||||
private static Expression<Func<string, bool>> ModuleFilterExpression(string module)
|
||||
{
|
||||
// Using Ordinal since this is used internally for a path
|
||||
return s => s == null || s.Contains(module, StringComparison.Ordinal);
|
||||
}
|
||||
|
||||
public static Mock<IFile> GetGeneralSettingsIOProvider(string version)
|
||||
{
|
||||
var stubGeneralSettingsPath = StubGeneralSettingsPath(version);
|
||||
return IIOProviderMocks.GetMockIOReadWithStubFile(stubGeneralSettingsPath, SettingsFilterExpression);
|
||||
}
|
||||
|
||||
public static void VerifyGeneralSettingsIOProviderWasRead(Mock<IFile> provider, int expectedCallCount)
|
||||
{
|
||||
if (provider == null)
|
||||
{
|
||||
throw new ArgumentNullException(nameof(provider));
|
||||
}
|
||||
|
||||
IIOProviderMocks.VerifyIOReadWithStubFile(provider, SettingsFilterExpression, expectedCallCount);
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
{"properties":{"ActivationShortcut":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":222,"key":""},"changecursor":{"value":false},"copiedcolorrepresentation":1},"name":"ColorPicker","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"app-zone-history":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":"1.0","name":"FancyZones","properties":{"fancyzones_shiftDrag":{"value":false},"fancyzones_mouseSwitch":{"value":true},"fancyzones_overrideSnapHotkeys":{"value":true},"fancyzones_moveWindowAcrossMonitors":{"value":true},"fancyzones_moveWindowsBasedOnPosition":{"value":true},"fancyzones_displayChange_moveWindows":{"value":true},"fancyzones_zoneSetChange_moveWindows":{"value":true},"fancyzones_appLastZone_moveWindows":{"value":true},"fancyzones_openWindowOnActiveMonitor":{"value":true},"fancyzones_restoreSize":{"value":true},"use_cursorpos_editor_startupscreen":{"value":false},"fancyzones_show_on_all_monitors":{"value":true},"fancyzones_span_zones_across_monitors":{"value":true},"fancyzones_makeDraggedWindowTransparent":{"value":true},"fancyzones_zoneColor":{"value":"#B53AFF"},"fancyzones_zoneBorderColor":{"value":"#FF6508"},"fancyzones_zoneHighlightColor":{"value":"#9BD7D6"},"fancyzones_highlight_opacity":{"value":26},"fancyzones_editor_hotkey":{"value":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":80,"key":""}},"fancyzones_excluded_apps":{"value":""}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"devices":[],"custom-zone-sets":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"Properties":{"svg-previewer-toggle-setting":{"value":false},"svg-thumbnail-toggle-setting":{"value":false},"md-previewer-toggle-setting":{"value":false}},"name":"File Explorer","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"Enabled":false}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"properties": {
|
||||
"imageresizer_selectedSizeIndex": {
|
||||
"value": 0
|
||||
},
|
||||
"imageresizer_shrinkOnly": {
|
||||
"value": false
|
||||
},
|
||||
"imageresizer_replace": {
|
||||
"value": false
|
||||
},
|
||||
"imageresizer_ignoreOrientation": {
|
||||
"value": true
|
||||
},
|
||||
"imageresizer_jpegQualityLevel": {
|
||||
"value": 92
|
||||
},
|
||||
"imageresizer_pngInterlaceOption": {
|
||||
"value": 1
|
||||
},
|
||||
"imageresizer_tiffCompressOption": {
|
||||
"value": 4
|
||||
},
|
||||
"imageresizer_fileName": {
|
||||
"value": "%1 (%2)"
|
||||
},
|
||||
"imageresizer_sizes": {
|
||||
"value": [
|
||||
{
|
||||
"Id": 0,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Small",
|
||||
"fit": 1,
|
||||
"width": 853,
|
||||
"height": 479,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 1,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Medium",
|
||||
"fit": 1,
|
||||
"width": 1365,
|
||||
"height": 767,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 2,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Large",
|
||||
"fit": 1,
|
||||
"width": 1919,
|
||||
"height": 1079,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 3,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Phone",
|
||||
"fit": 1,
|
||||
"width": 319,
|
||||
"height": 567,
|
||||
"unit": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
"imageresizer_keepDateModified": {
|
||||
"value": true
|
||||
},
|
||||
"imageresizer_fallbackEncoder": {
|
||||
"value": "163bcc30-e2e9-4f0b-961d-a3e9fdb788a3"
|
||||
},
|
||||
"imageresizer_customSize": {
|
||||
"value": {
|
||||
"Id": 4,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "custom",
|
||||
"fit": 1,
|
||||
"width": 1024,
|
||||
"height": 640,
|
||||
"unit": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Image Resizer",
|
||||
"version": "1"
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"value": [
|
||||
{
|
||||
"Id": 0,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Small",
|
||||
"fit": 1,
|
||||
"width": 853,
|
||||
"height": 479,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 1,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Medium",
|
||||
"fit": 1,
|
||||
"width": 1365,
|
||||
"height": 767,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 2,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Large",
|
||||
"fit": 1,
|
||||
"width": 1919,
|
||||
"height": 1079,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 3,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Phone",
|
||||
"fit": 1,
|
||||
"width": 319,
|
||||
"height": 567,
|
||||
"unit": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"remapKeys":{"inProcess":[{"originalKeys":"83","newRemapKeys":"65"}]},"remapShortcuts":{"global":[{"originalKeys":"160;70","newRemapKeys":"160;20"}],"appSpecific":[]}}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"activeConfiguration":{"value":"default"},"keyboardConfigurations":{"value":["default"]}},"name":"Keyboard Manager","version":"1"}
|
||||
@@ -0,0 +1 @@
|
||||
{"Enabled":false,"ShowIcon":false,"ExtendedContextMenuOnly":true,"PersistState":false,"MRUEnabled":true,"MaxMRUSize":13,"SearchText":"","ReplaceText":""}
|
||||
@@ -0,0 +1 @@
|
||||
0
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"search_result_preference":"most_recently_used","search_type_preference":"application_name","maximum_number_of_results":8,"open_powerlauncher":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":186,"key":""},"open_file_location":{"win":false,"ctrl":false,"alt":false,"shift":false,"code":0,"key":""},"copy_path_location":{"win":false,"ctrl":false,"alt":false,"shift":false,"code":0,"key":""},"open_console":{"win":false,"ctrl":false,"alt":false,"shift":false,"code":0,"key":""},"override_win_r_key":false,"override_win_s_key":false,"ignore_hotkeys_in_fullscreen":false,"disable_drive_detection_warning":true,"clear_input_on_launch":true},"name":"PowerToys Run","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"overlay_opacity":{"value":36},"press_time":{"value":1050},"theme":{"value":"dark"}},"name":"Shortcut Guide","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"packaged":false,"startup":false,"enabled":{"ColorPicker":false,"FancyZones":false,"File Explorer":true,"Image Resizer":false,"Keyboard Manager":false,"PowerRename":false,"PowerToys Run":false,"Shortcut Guide":false},"is_elevated":false,"run_elevated":false,"download_updates_automatically":false,"is_admin":true,"theme":"light","system_theme":"dark","powertoys_version":"v0.21.1"}
|
||||
@@ -0,0 +1 @@
|
||||
{"github_update_last_checked_date":"1601059000","pending_update":false,"pending_installer_filename":""}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"ActivationShortcut":{"win":true,"ctrl":false,"alt":false,"shift":true,"code":67,"key":""},"changecursor":{"value":false},"copiedcolorrepresentation":0},"name":"ColorPicker","version":"1"}
|
||||
@@ -0,0 +1 @@
|
||||
{"app-zone-history":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":"1.0","name":"FancyZones","properties":{"fancyzones_shiftDrag":{"value":false},"fancyzones_mouseSwitch":{"value":true},"fancyzones_overrideSnapHotkeys":{"value":true},"fancyzones_moveWindowAcrossMonitors":{"value":true},"fancyzones_displayChange_moveWindows":{"value":true},"fancyzones_zoneSetChange_moveWindows":{"value":true},"fancyzones_virtualDesktopChange_moveWindows":{"value":true},"fancyzones_appLastZone_moveWindows":{"value":true},"use_cursorpos_editor_startupscreen":{"value":false},"fancyzones_show_on_all_monitors":{"value":true},"fancyzones_makeDraggedWindowTransparent":{"value":true},"fancyzones_zoneColor":{"value":"#F5FCFF"},"fancyzones_zoneBorderColor":{"value":"#365E5C"},"fancyzones_zoneHighlightColor":{"value":"#D77F70"},"fancyzones_highlight_opacity":{"value":93},"fancyzones_editor_hotkey":{"value":{"win":false,"ctrl":false,"alt":false,"shift":true,"key":"D","code":68}},"fancyzones_excluded_apps":{"value":""}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"app-zone-history":[],"devices":[{"device-id":"LEN4140#4&2cf01444&0&UID265988_1920_1200_{FAD9BC94-3335-41ED-A550-A14A1B4E2FB7}","active-zoneset":{"uuid":"{0C77400D-EBC4-40EB-A820-262706297DD0}","type":"priority-grid"},"editor-show-spacing":true,"editor-spacing":16,"editor-zone-count":3}],"custom-zone-sets":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"svg-previewer-toggle-setting":{"value":false},"md-previewer-toggle-setting":{"value":false}},"name":"File Explorer","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"Enabled":false}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "Image Resizer",
|
||||
"properties": {
|
||||
"imageresizer_selectedSizeIndex": {
|
||||
"value": 0
|
||||
},
|
||||
"imageresizer_shrinkOnly": {
|
||||
"value": false
|
||||
},
|
||||
"imageresizer_replace": {
|
||||
"value": false
|
||||
},
|
||||
"imageresizer_ignoreOrientation": {
|
||||
"value": true
|
||||
},
|
||||
"imageresizer_jpegQualityLevel": {
|
||||
"value": 89
|
||||
},
|
||||
"imageresizer_pngInterlaceOption": {
|
||||
"value": 2
|
||||
},
|
||||
"imageresizer_tiffCompressOption": {
|
||||
"value": 2
|
||||
},
|
||||
"imageresizer_fileName": {
|
||||
"value": "%1 (%2)"
|
||||
},
|
||||
"imageresizer_sizes": {
|
||||
"value": [
|
||||
{
|
||||
"Id": 0,
|
||||
"name": "Small",
|
||||
"fit": 1,
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 1,
|
||||
"name": "Medium",
|
||||
"fit": 1,
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 2,
|
||||
"name": "Large",
|
||||
"fit": 1,
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 3,
|
||||
"name": "Phone",
|
||||
"fit": 1,
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"unit": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
"imageresizer_keepDateModified": {
|
||||
"value": true
|
||||
},
|
||||
"imageresizer_fallbackEncoder": {
|
||||
"value": "163bcc30-e2e9-4f0b-961d-a3e9fdb788a3"
|
||||
},
|
||||
"imageresizer_customSize": {
|
||||
"value": {
|
||||
"Id": 4,
|
||||
"name": "custom",
|
||||
"fit": 1,
|
||||
"width": 1024,
|
||||
"height": 640,
|
||||
"unit": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"value": [
|
||||
{
|
||||
"Id": 0,
|
||||
"name": "Small",
|
||||
"fit": 1,
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 1,
|
||||
"name": "Medium",
|
||||
"fit": 1,
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 2,
|
||||
"name": "Large",
|
||||
"fit": 1,
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 3,
|
||||
"name": "Phone",
|
||||
"fit": 1,
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"unit": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"remapKeys":{"inProcess":[{"originalKeys":"65","newRemapKeys":"105"}]},"remapShortcuts":{"global":[{"originalKeys":"160;70","newRemapKeys":"160;82"}]}}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"activeConfiguration":{"value":"default"},"keyboardConfigurations":{"value":["default"]}},"name":"Keyboard Manager","version":"1"}
|
||||
@@ -0,0 +1 @@
|
||||
{"Enabled":false,"ShowIcon":false,"ExtendedContextMenuOnly":true,"PersistState":false,"MRUEnabled":true,"MaxMRUSize":8,"SearchText":"","ReplaceText":""}
|
||||
@@ -0,0 +1 @@
|
||||
0
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"search_result_preference":"most_recently_used","search_type_preference":"application_name","maximum_number_of_results":10,"open_powerlauncher":{"win":false,"ctrl":false,"alt":false,"shift":true,"key":"P","code":80},"open_file_location":{"win":false,"ctrl":false,"alt":false,"shift":false,"key":"","code":0},"copy_path_location":{"win":false,"ctrl":false,"alt":false,"shift":false,"key":"","code":0},"open_console":{"win":false,"ctrl":false,"alt":false,"shift":false,"key":"","code":0},"override_win_r_key":false,"override_win_s_key":false},"name":"PowerToys Run","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"name":"Shortcut Guide","properties":{"overlay_opacity":{"value":51},"press_time":{"value":100},"theme":{"value":"dark"}},"version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"packaged":false,"startup":false,"enabled":{"FancyZones":false,"File Explorer":true,"Image Resizer":false,"Keyboard Manager":false,"PowerRename":false,"PowerToys Run":false,"Shortcut Guide":false},"is_elevated":false,"run_elevated":false,"download_updates_automatically":false,"is_admin":true,"theme":"dark","system_theme":"dark","powertoys_version":"v0.18.2"}
|
||||
@@ -0,0 +1 @@
|
||||
{"github_update_last_checked_date":"1601047811","pending_update":false}
|
||||
@@ -0,0 +1 @@
|
||||
{"app-zone-history":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":"1.0","name":"FancyZones","properties":{"fancyzones_shiftDrag":{"value":true},"fancyzones_mouseSwitch":{"value":false},"fancyzones_overrideSnapHotkeys":{"value":false},"fancyzones_moveWindowAcrossMonitors":{"value":false},"fancyzones_displayChange_moveWindows":{"value":false},"fancyzones_zoneSetChange_moveWindows":{"value":false},"fancyzones_appLastZone_moveWindows":{"value":false},"use_cursorpos_editor_startupscreen":{"value":true},"fancyzones_show_on_all_monitors":{"value":false},"fancyzones_makeDraggedWindowTransparent":{"value":false},"fancyzones_zoneColor":{"value":"#F5FCFF"},"fancyzones_zoneBorderColor":{"value":"#FFFFFF"},"fancyzones_zoneHighlightColor":{"value":"#0078D7"},"fancyzones_highlight_opacity":{"value":50},"fancyzones_editor_hotkey":{"value":{"win":true,"ctrl":false,"alt":false,"shift":false,"key":"`","code":192}},"fancyzones_excluded_apps":{"value":""}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"devices":[],"custom-zone-sets":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"svg-previewer-toggle-setting":{"value":false},"md-previewer-toggle-setting":{"value":false}},"name":"File Explorer","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"Enabled":true}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "Image Resizer",
|
||||
"properties": {
|
||||
"imageresizer_selectedSizeIndex": {
|
||||
"value": 0
|
||||
},
|
||||
"imageresizer_shrinkOnly": {
|
||||
"value": false
|
||||
},
|
||||
"imageresizer_replace": {
|
||||
"value": false
|
||||
},
|
||||
"imageresizer_ignoreOrientation": {
|
||||
"value": true
|
||||
},
|
||||
"imageresizer_jpegQualityLevel": {
|
||||
"value": 89
|
||||
},
|
||||
"imageresizer_pngInterlaceOption": {
|
||||
"value": 1
|
||||
},
|
||||
"imageresizer_tiffCompressOption": {
|
||||
"value": 2
|
||||
},
|
||||
"imageresizer_fileName": {
|
||||
"value": "%1 (%2)"
|
||||
},
|
||||
"imageresizer_sizes": {
|
||||
"value": [
|
||||
{
|
||||
"Id": 0,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Small",
|
||||
"fit": 1,
|
||||
"width": 850,
|
||||
"height": 480,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 1,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Medium",
|
||||
"fit": 1,
|
||||
"width": 1363,
|
||||
"height": 768,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 2,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Large",
|
||||
"fit": 1,
|
||||
"width": 1917,
|
||||
"height": 1080,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 3,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Phone",
|
||||
"fit": 1,
|
||||
"width": 316,
|
||||
"height": 568,
|
||||
"unit": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
"imageresizer_keepDateModified": {
|
||||
"value": true
|
||||
},
|
||||
"imageresizer_fallbackEncoder": {
|
||||
"value": "57a37caa-367a-4540-916b-f183c5093a4b"
|
||||
},
|
||||
"imageresizer_customSize": {
|
||||
"value": {
|
||||
"Id": 4,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "custom",
|
||||
"fit": 1,
|
||||
"width": 1024,
|
||||
"height": 640,
|
||||
"unit": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"value": [
|
||||
{
|
||||
"Id": 0,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Small",
|
||||
"fit": 1,
|
||||
"width": 850,
|
||||
"height": 480,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 1,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Medium",
|
||||
"fit": 1,
|
||||
"width": 1363,
|
||||
"height": 768,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 2,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Large",
|
||||
"fit": 1,
|
||||
"width": 1917,
|
||||
"height": 1080,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 3,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Phone",
|
||||
"fit": 1,
|
||||
"width": 316,
|
||||
"height": 568,
|
||||
"unit": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"remapKeys":{"inProcess":[{"originalKeys":"68","newRemapKeys":"65"}]},"remapShortcuts":{"global":[{"originalKeys":"160;20","newRemapKeys":"160;9"}]}}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"activeConfiguration":{"value":"default"},"keyboardConfigurations":{"value":["default"]}},"name":"Keyboard Manager","version":"1"}
|
||||
@@ -0,0 +1 @@
|
||||
{"Enabled":false,"ShowIcon":false,"ExtendedContextMenuOnly":true,"PersistState":false,"MRUEnabled":false,"MaxMRUSize":10,"SearchText":"","ReplaceText":""}
|
||||
@@ -0,0 +1 @@
|
||||
0
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"search_result_preference":"most_recently_used","search_type_preference":"application_name","maximum_number_of_results":8,"open_powerlauncher":{"win":false,"ctrl":false,"alt":false,"shift":true,"key":"P","code":80},"open_file_location":{"win":false,"ctrl":false,"alt":false,"shift":false,"key":"","code":0},"copy_path_location":{"win":false,"ctrl":false,"alt":false,"shift":false,"key":"","code":0},"open_console":{"win":false,"ctrl":false,"alt":false,"shift":false,"key":"","code":0},"override_win_r_key":false,"override_win_s_key":false,"ignore_hotkeys_in_fullscreen":true},"name":"PowerToys Run","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"name":"Shortcut Guide","properties":{"overlay_opacity":{"value":32},"press_time":{"value":1150},"theme":{"value":"system"}},"version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"packaged":false,"startup":true,"enabled":{"FancyZones":true,"File Explorer":true,"Image Resizer":true,"Keyboard Manager":false,"PowerRename":false,"PowerToys Run":true,"Shortcut Guide":false},"is_elevated":false,"run_elevated":false,"download_updates_automatically":false,"is_admin":true,"theme":"light","system_theme":"dark","powertoys_version":"v0.19.2"}
|
||||
@@ -0,0 +1 @@
|
||||
{"github_update_last_checked_date":"1601050757","pending_update":false,"pending_installer_filename":""}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"ActivationShortcut":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":80,"key":""},"changecursor":{"value":false},"copiedcolorrepresentation":1},"name":"ColorPicker","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"app-zone-history":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":"1.0","name":"FancyZones","properties":{"fancyzones_shiftDrag":{"value":false},"fancyzones_mouseSwitch":{"value":true},"fancyzones_overrideSnapHotkeys":{"value":true},"fancyzones_moveWindowAcrossMonitors":{"value":true},"fancyzones_displayChange_moveWindows":{"value":true},"fancyzones_zoneSetChange_moveWindows":{"value":true},"fancyzones_appLastZone_moveWindows":{"value":true},"fancyzones_openWindowOnActiveMonitor":{"value":true},"fancyzones_restoreSize":{"value":true},"use_cursorpos_editor_startupscreen":{"value":false},"fancyzones_show_on_all_monitors":{"value":true},"fancyzones_makeDraggedWindowTransparent":{"value":true},"fancyzones_zoneColor":{"value":"#18FCFF"},"fancyzones_zoneBorderColor":{"value":"#C0FF43"},"fancyzones_zoneHighlightColor":{"value":"#0016D7"},"fancyzones_highlight_opacity":{"value":25},"fancyzones_editor_hotkey":{"value":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":87,"key":""}},"fancyzones_excluded_apps":{"value":""}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"devices":[],"custom-zone-sets":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"Properties":{"svg-previewer-toggle-setting":{"value":false},"svg-thumbnail-toggle-setting":{"value":false},"md-previewer-toggle-setting":{"value":false}},"name":"File Explorer","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"Enabled":true}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"properties": {
|
||||
"imageresizer_selectedSizeIndex": {
|
||||
"value": 0
|
||||
},
|
||||
"imageresizer_shrinkOnly": {
|
||||
"value": false
|
||||
},
|
||||
"imageresizer_replace": {
|
||||
"value": false
|
||||
},
|
||||
"imageresizer_ignoreOrientation": {
|
||||
"value": true
|
||||
},
|
||||
"imageresizer_jpegQualityLevel": {
|
||||
"value": 90
|
||||
},
|
||||
"imageresizer_pngInterlaceOption": {
|
||||
"value": 0
|
||||
},
|
||||
"imageresizer_tiffCompressOption": {
|
||||
"value": 0
|
||||
},
|
||||
"imageresizer_fileName": {
|
||||
"value": "%1 (%2)"
|
||||
},
|
||||
"imageresizer_sizes": {
|
||||
"value": [
|
||||
{
|
||||
"Id": 0,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Small",
|
||||
"fit": 1,
|
||||
"width": 854,
|
||||
"height": 480,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 1,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Medium",
|
||||
"fit": 1,
|
||||
"width": 1366,
|
||||
"height": 768,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 2,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Large",
|
||||
"fit": 1,
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 3,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Phone",
|
||||
"fit": 1,
|
||||
"width": 320,
|
||||
"height": 568,
|
||||
"unit": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
"imageresizer_keepDateModified": {
|
||||
"value": false
|
||||
},
|
||||
"imageresizer_fallbackEncoder": {
|
||||
"value": "19e4a5aa-5662-4fc5-a0c0-1758028e1057"
|
||||
},
|
||||
"imageresizer_customSize": {
|
||||
"value": {
|
||||
"Id": 4,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "custom",
|
||||
"fit": 1,
|
||||
"width": 1024,
|
||||
"height": 640,
|
||||
"unit": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Image Resizer",
|
||||
"version": "1"
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"value": [
|
||||
{
|
||||
"Id": 0,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Small",
|
||||
"fit": 1,
|
||||
"width": 854,
|
||||
"height": 480,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 1,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Medium",
|
||||
"fit": 1,
|
||||
"width": 1366,
|
||||
"height": 768,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 2,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Large",
|
||||
"fit": 1,
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 3,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Phone",
|
||||
"fit": 1,
|
||||
"width": 320,
|
||||
"height": 568,
|
||||
"unit": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"remapKeys":{"inProcess":[{"originalKeys":"97","newRemapKeys":"65"},{"originalKeys":"83","newRemapKeys":"96"}]},"remapShortcuts":{"global":[{"originalKeys":"162;164;79","newRemapKeys":"164;160;72"}],"appSpecific":[]}}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"activeConfiguration":{"value":"default"},"keyboardConfigurations":{"value":["default"]}},"name":"Keyboard Manager","version":"1"}
|
||||
@@ -0,0 +1 @@
|
||||
{"Enabled":false,"ShowIcon":false,"ExtendedContextMenuOnly":true,"PersistState":false,"MRUEnabled":false,"MaxMRUSize":6,"SearchText":"","ReplaceText":""}
|
||||
@@ -0,0 +1 @@
|
||||
0
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"search_result_preference":"most_recently_used","search_type_preference":"application_name","maximum_number_of_results":8,"open_powerlauncher":{"win":true,"ctrl":false,"alt":false,"shift":false,"code":80,"key":""},"open_file_location":{"win":false,"ctrl":false,"alt":false,"shift":false,"code":0,"key":""},"copy_path_location":{"win":false,"ctrl":false,"alt":false,"shift":false,"code":0,"key":""},"open_console":{"win":false,"ctrl":false,"alt":false,"shift":false,"code":0,"key":""},"override_win_r_key":false,"override_win_s_key":false,"ignore_hotkeys_in_fullscreen":true,"disable_drive_detection_warning":true,"clear_input_on_launch":true},"name":"PowerToys Run","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"overlay_opacity":{"value":21},"press_time":{"value":650},"theme":{"value":"dark"}},"name":"Shortcut Guide","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"packaged":false,"startup":false,"enabled":{"ColorPicker":true,"FancyZones":false,"File Explorer":true,"Image Resizer":true,"Keyboard Manager":false,"PowerRename":false,"PowerToys Run":false,"Shortcut Guide":false},"is_elevated":false,"run_elevated":false,"download_updates_automatically":false,"is_admin":true,"theme":"light","system_theme":"dark","powertoys_version":"v0.20.1"}
|
||||
@@ -0,0 +1 @@
|
||||
{"github_update_last_checked_date":"1601057084","pending_update":false,"pending_installer_filename":""}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"ActivationShortcut":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":83,"key":""},"changecursor":{"value":false},"copiedcolorrepresentation":1},"name":"ColorPicker","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"app-zone-history":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":"1.0","name":"FancyZones","properties":{"fancyzones_shiftDrag":{"value":false},"fancyzones_mouseSwitch":{"value":true},"fancyzones_overrideSnapHotkeys":{"value":true},"fancyzones_moveWindowAcrossMonitors":{"value":true},"fancyzones_moveWindowsBasedOnPosition":{"value":true},"fancyzones_displayChange_moveWindows":{"value":true},"fancyzones_zoneSetChange_moveWindows":{"value":true},"fancyzones_appLastZone_moveWindows":{"value":true},"fancyzones_openWindowOnActiveMonitor":{"value":true},"fancyzones_restoreSize":{"value":true},"use_cursorpos_editor_startupscreen":{"value":true},"fancyzones_show_on_all_monitors":{"value":true},"fancyzones_span_zones_across_monitors":{"value":true},"fancyzones_makeDraggedWindowTransparent":{"value":true},"fancyzones_zoneColor":{"value":"#FF6B1A"},"fancyzones_zoneBorderColor":{"value":"#C4B9FF"},"fancyzones_zoneHighlightColor":{"value":"#D7115F"},"fancyzones_highlight_opacity":{"value":15},"fancyzones_editor_hotkey":{"value":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":83,"key":""}},"fancyzones_excluded_apps":{"value":""}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"devices":[],"custom-zone-sets":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"Properties":{"svg-previewer-toggle-setting":{"value":false},"svg-thumbnail-toggle-setting":{"value":false},"md-previewer-toggle-setting":{"value":false}},"name":"File Explorer","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"Enabled":false}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"properties": {
|
||||
"imageresizer_selectedSizeIndex": {
|
||||
"value": 0
|
||||
},
|
||||
"imageresizer_shrinkOnly": {
|
||||
"value": false
|
||||
},
|
||||
"imageresizer_replace": {
|
||||
"value": false
|
||||
},
|
||||
"imageresizer_ignoreOrientation": {
|
||||
"value": true
|
||||
},
|
||||
"imageresizer_jpegQualityLevel": {
|
||||
"value": 89
|
||||
},
|
||||
"imageresizer_pngInterlaceOption": {
|
||||
"value": 1
|
||||
},
|
||||
"imageresizer_tiffCompressOption": {
|
||||
"value": 1
|
||||
},
|
||||
"imageresizer_fileName": {
|
||||
"value": "%1 (%2)"
|
||||
},
|
||||
"imageresizer_sizes": {
|
||||
"value": [
|
||||
{
|
||||
"Id": 0,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Small",
|
||||
"fit": 1,
|
||||
"width": 853,
|
||||
"height": 479,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 1,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Medium",
|
||||
"fit": 1,
|
||||
"width": 1365,
|
||||
"height": 767,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 2,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Large",
|
||||
"fit": 1,
|
||||
"width": 1919,
|
||||
"height": 1079,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 3,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Phone",
|
||||
"fit": 1,
|
||||
"width": 319,
|
||||
"height": 567,
|
||||
"unit": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
"imageresizer_keepDateModified": {
|
||||
"value": true
|
||||
},
|
||||
"imageresizer_fallbackEncoder": {
|
||||
"value": "163bcc30-e2e9-4f0b-961d-a3e9fdb788a3"
|
||||
},
|
||||
"imageresizer_customSize": {
|
||||
"value": {
|
||||
"Id": 4,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "custom",
|
||||
"fit": 1,
|
||||
"width": 1024,
|
||||
"height": 640,
|
||||
"unit": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Image Resizer",
|
||||
"version": "1"
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"value": [
|
||||
{
|
||||
"Id": 0,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Small",
|
||||
"fit": 1,
|
||||
"width": 853,
|
||||
"height": 479,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 1,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Medium",
|
||||
"fit": 1,
|
||||
"width": 1365,
|
||||
"height": 767,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 2,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Large",
|
||||
"fit": 1,
|
||||
"width": 1919,
|
||||
"height": 1079,
|
||||
"unit": 3
|
||||
},
|
||||
{
|
||||
"Id": 3,
|
||||
"ExtraBoxOpacity": 100,
|
||||
"EnableEtraBoxes": true,
|
||||
"name": "Phone",
|
||||
"fit": 1,
|
||||
"width": 319,
|
||||
"height": 567,
|
||||
"unit": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"remapKeys":{"inProcess":[{"originalKeys":"65","newRemapKeys":"69"}]},"remapShortcuts":{"global":[{"originalKeys":"160;68","newRemapKeys":"9"}],"appSpecific":[]}}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"activeConfiguration":{"value":"default"},"keyboardConfigurations":{"value":["default"]}},"name":"Keyboard Manager","version":"1"}
|
||||
@@ -0,0 +1 @@
|
||||
{"Enabled":false,"ShowIcon":false,"ExtendedContextMenuOnly":true,"PersistState":false,"MRUEnabled":true,"MaxMRUSize":6,"SearchText":"","ReplaceText":""}
|
||||
@@ -0,0 +1 @@
|
||||
0
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"search_result_preference":"most_recently_used","search_type_preference":"application_name","maximum_number_of_results":1,"open_powerlauncher":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":68,"key":""},"open_file_location":{"win":false,"ctrl":false,"alt":false,"shift":false,"code":0,"key":""},"copy_path_location":{"win":false,"ctrl":false,"alt":false,"shift":false,"code":0,"key":""},"open_console":{"win":false,"ctrl":false,"alt":false,"shift":false,"code":0,"key":""},"override_win_r_key":false,"override_win_s_key":false,"ignore_hotkeys_in_fullscreen":true,"disable_drive_detection_warning":true,"clear_input_on_launch":true},"name":"PowerToys Run","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"properties":{"overlay_opacity":{"value":92},"press_time":{"value":850},"theme":{"value":"dark"}},"name":"Shortcut Guide","version":"1.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":"1.0","name":"Video Conference","properties":{"mute_camera_and_microphone_hotkey":{"value":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":73,"key":""}},"mute_microphone_hotkey":{"value":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":68,"key":""}},"mute_camera_hotkey":{"value":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":86,"key":""}},"selected_camera":{"value":"USB Video Device"},"toolbar_position":{"value":"Bottom center"},"toolbar_monitor":{"value":"All monitors"},"camera_overlay_image_path":{"value":""},"theme":{"value":"light"},"hide_toolbar_when_unmuted":{"value":false}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"packaged":false,"startup":false,"enabled":{"ColorPicker":false,"FancyZones":false,"File Explorer":true,"Image Resizer":false,"Keyboard Manager":false,"PowerRename":false,"PowerToys Run":false,"Shortcut Guide":true,"Video Conference":false},"is_elevated":false,"run_elevated":false,"download_updates_automatically":false,"is_admin":true,"theme":"light","system_theme":"dark","powertoys_version":"v0.22.0"}
|
||||
@@ -0,0 +1 @@
|
||||
{"github_update_last_checked_date":"1601060698","pending_update":false,"pending_installer_filename":""}
|
||||
Reference in New Issue
Block a user