You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Configuring custom sizes through DSC is not supported yet.
228
228
229
229
### KeyboardManager
@@ -234,7 +234,7 @@ This command installs the latest version of PowerToys and uses the PowerToysConf
234
234
| ActiveConfiguration | — | — | ❌ |
235
235
| KeyboardConfigurations | — | — | ❌ |
236
236
237
-
> [NOTE]
237
+
> [!NOTE]
238
238
> Configuring remappings through DSC is not supported yet.
239
239
240
240
### MeasureTool
@@ -380,6 +380,7 @@ PowerLaucher is the internal name for PowerToys Run.
380
380
PowerToys Run plugins can be configured in the Plugins property. [A sample can be found in the PowerToys repository.](https://github.com/microsoft/PowerToys/blob/main/src/dsc/Microsoft.PowerToys.Configure/examples/configureLauncherPlugins.dsc.yaml)
381
381
382
382
These are the available properties to configure each plugin:
383
+
383
384
| Name | Type | Description |
384
385
| :--- | :--- | :--- |
385
386
| Name | String | Name of the plugin we want to configure |
@@ -388,7 +389,7 @@ These are the available properties to configure each plugin:
388
389
| ActionKeyword | String | Configure the action keyword of the plugin |
389
390
| WeightBoost | Int | The weight modifier to help in ordering the results for this plugin |
390
391
391
-
> [NOTE]
392
+
> [!NOTE]
392
393
> Configuring additional properties of plugins is not yet supported through DSC.
0 commit comments