Skip to content

Commit ea1ba4f

Browse files
Separate possible values by commas
1 parent f27c35f commit ea1ba4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hub/powertoys/dsc-configure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This command installs the latest version of PowerToys and uses the PowerToysConf
9393
| :--- | :--- | :--- | :--- |
9494
| Enabled | Bool | The enabled state for this utility. ||
9595
| KeepDisplayOn | Boolean | This setting is only available when keeping the PC awake. ||
96-
| Mode | AwakeMode | Possible values: PASSIVE INDEFINITE TIMED EXPIRABLE. ||
96+
| Mode | AwakeMode | Possible values: PASSIVE, INDEFINITE, TIMED, EXPIRABLE. ||
9797
| IntervalHours | UInt32 | When using TIMED Mode, specifies the number of hours. ||
9898
| IntervalMinutes | UInt32 | When using TIMED Mode, specifies the number of minutes. ||
9999
| ExpirationDateTime | DateTimeOffset | When using EXPIRABLE Mode, specifies the date and time in a format parsable with `DateTimeOffset.TryParse`. ||
@@ -202,8 +202,8 @@ This command installs the latest version of PowerToys and uses the PowerToysConf
202202
| LaunchAdministrator | Boolean | Needs to be launched as administrator in order to make changes to the system environment variables. ||
203203
| ShowStartupWarning | Boolean | Show a warning at startup. ||
204204
| LoopbackDuplicates | Boolean | Consider loopback addresses as duplicates. ||
205-
| AdditionalLinesPosition | HostsAdditionalLinesPosition | Possible values: Top Bottom ||
206-
| Encoding | HostsEncoding | Possible values: Utf8 Utf8Bom. ||
205+
| AdditionalLinesPosition | HostsAdditionalLinesPosition | Possible values: Top, Bottom. ||
206+
| Encoding | HostsEncoding | Possible values: Utf8, Utf8Bom. ||
207207

208208
### ImageResizer
209209

@@ -337,7 +337,7 @@ PowerAccent is the internal name for Quick Accent.
337337
| Name | Type | Description | Available |
338338
| :--- | :--- | :--- | :--- |
339339
| Enabled | Bool | The enabled state for this utility. ||
340-
| ActivationKey | PowerAccentActivationKey | Possible values: LeftRightArrow Space Both . ||
340+
| ActivationKey | PowerAccentActivationKey | Possible values: LeftRightArrow, Space, Both. ||
341341
| DoNotActivateOnGameMode | Boolean | Disable activation shortcut when Game Mode is on. ||
342342
| ToolbarPosition | String | Toolbar position index. ||
343343
| InputTime | Int | Input time delay in milliseconds. ||
@@ -358,9 +358,9 @@ PowerLaucher is the internal name for PowerToys Run.
358358
| IgnoreHotkeysInFullscreen | Boolean | Ignore shortcuts in fullscreen mode. ||
359359
| ClearInputOnLaunch | Boolean | Clear the previous query on launch. ||
360360
| TabSelectsContextButtons | Boolean | Tab through context buttons. ||
361-
| Theme | Theme | Possible values: System Light Dark HighContrastOne HighContrastTwo HighContrastBlack HighContrastWhite . ||
361+
| Theme | Theme | Possible values: System, Light, Dark, HighContrastOne, HighContrastTwo, HighContrastBlack, HighContrastWhite. ||
362362
| TitleFontSize | Int32 | Text size in points. ||
363-
| Position | StartupPosition | Possible values: Cursor PrimaryMonitor Focus . ||
363+
| Position | StartupPosition | Possible values: Cursor, PrimaryMonitor, Focus. ||
364364
| UseCentralizedKeyboardHook | Boolean | Use centralized keyboard hook. ||
365365
| SearchQueryResultsWithDelay | Boolean | Input Smoothing. ||
366366
| SearchInputDelay | Int32 | Immediate plugins delay in milliseconds. ||

0 commit comments

Comments
 (0)