Skip to content

Commit 263a7ec

Browse files
Merge pull request #3719 from MicrosoftDocs/main638273570886102393sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 320e574 + 293d452 commit 263a7ec

18 files changed

+134
-150
lines changed
-44.5 KB
Loading
-49.3 KB
Loading

hub/powertoys/always-on-top.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ A system-wide utility for Windows to pin windows above other windows.
1414

1515
## Toggle windows to be on top
1616

17-
With the activation / deactivation shortcut (default: <kbd>⊞ Win</kbd>+<kbd>Ctrl</kbd>+<kbd>T</kbd>), the targeted window will be placed above all non-topmost windows and should stay above them, even when the window is deactivated.
17+
With the activation/deactivation shortcut (default: <kbd>⊞ Win</kbd>+<kbd>Ctrl</kbd>+<kbd>T</kbd>), the active window will be placed above all non-topmost windows and should stay above them, even when the window is deactivated.
1818

1919
## Settings
2020

2121
From the Settings tab, you can configure the following options:
2222

2323
| Setting | Description |
2424
| :--- | :--- |
25-
| Activation shortcut | The customizable keyboard command to turn on or off always on top for that window. |
25+
| Activation shortcut | The customizable keyboard command to turn on or off the always-on-top property for that window. |
2626
| Do not activate when Game Mode is on | Prevents the feature from being activated when actively playing a game on the system. |
27-
| Color mode | Choose either "Windows default" or "Custom color" for the highlight border. |
27+
| Color mode | Choose either **Windows default** or **Custom color** for the highlight border. |
2828
| Color | The custom color of the highlight border. |
2929
| Border thickness (px) | The thickness of the highlight border. Measured in pixels. |
3030
| Play a sound | Toggle playing of a short alert chirp. Activating and deactivating use different sounds. |

hub/powertoys/color-picker.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ To start using Color Picker, enable it in the PowerToys Settings (**Color Picker
2121

2222
### Activating Color Picker
2323

24-
Once enabled, you can choose one of the following three behaviors to be executed when launching Color Picker with the activation shortcut (default: <kbd>Win</kbd>+<kbd>Shift</kbd>+<kbd>C</kbd>).
24+
Once enabled, you can choose one of the following three behaviors to be executed when opening Color Picker with the activation shortcut (default: <kbd>Win</kbd>+<kbd>Shift</kbd>+<kbd>C</kbd>).
2525

2626
:::image type="content" source="../images/pt-colorpicker-activation.gif" alt-text="ColorPicker behaviors.":::
2727

28-
- **Editor** - Opens editor window directly, from here you can choose a color from the history, fine-tune a selected color, or capture a new color by opening the color picker.
29-
- **Color Picker with editor mode enabled** - Opens Color Picker. After selecting a color, the editor is opened and the selected color is copied to the clipboard (in the default format - configurable in the Settings dialog).
30-
- **Color Picker only** - Opens Color Picker only and the selected color will be copied to the clipboard.
28+
- **Open editor** - Opens editor window directly, from here you can choose a color from the history, fine-tune a selected color, or capture a new color by opening the color picker.
29+
- **Pick a color and open editor** - Opens Color Picker. After selecting a color, the editor is opened and the selected color is copied to the clipboard (in the default format - configurable in the Settings dialog).
30+
- **Only pick a color** - Opens Color Picker only and the selected color will be copied to the clipboard.
3131

3232
### Selecting colors
3333

34-
After the Color Picker is activated, hover your mouse cursor over the color you would like to copy and left-click the mouse button to select a color. If you want to see the area around your cursor in more detail, scroll up to zoom in.
34+
After the Color Picker is activated, hover your mouse cursor over the color you would like to copy and left-click the mouse button to select a color. If you want to see the area under your cursor in more detail, scroll up to zoom in.
3535

3636
The copied color will be stored in your clipboard in the format that is configured in the settings (default: HEX).
3737

@@ -40,9 +40,9 @@ The copied color will be stored in your clipboard in the format that is configur
4040
> [!TIP]
4141
> To select the color of the non-hover state of a element:
4242
>
43-
> - Move the mouse pointer close, but not over the element
44-
> - Zoom in by scrolling the mouse wheel up (image will be frozen)
45-
> - In the enlarged area, you can pick the color of the element
43+
> - Move the mouse pointer close, but not over the element.
44+
> - Zoom in by scrolling the mouse wheel up. Image will be frozen.
45+
> - In the enlarged area, you can pick the color of the element.
4646
4747
## Using the Color Picker editor
4848

@@ -60,10 +60,10 @@ To export the colors history, right-click a color and select **Export**. The exp
6060

6161
## Settings
6262

63-
Color Picker has following settings:
63+
Color Picker has the following settings:
6464

6565
- **Activation shortcut**
66-
- **Activation behaviour**
66+
- **Activation behavior**
6767
- **Default color format**, such as HEX, RGB, and more.
6868
- **Show color name** shows a high-level representation of the color. For example: Light Green, Green, Dark Green.
6969
- Order and presence of color formats in the editor
@@ -72,11 +72,11 @@ Color Picker has following settings:
7272

7373
To add a new color format, select **Add custom color format**.
7474

75-
To reorder the colors, select the **...** button on the right and select **Move up** or **Move down**.
75+
To reorder the colors, select the **•••** button on the right and select **Move up** or **Move down**.
7676

7777
To disable a color format, turn off the toggle next to that color format. Disabled color formats are not deleted but are not shown in the Color Picker editor window.
7878

79-
To delete a color format, select the button with the bin icon.
79+
To delete a color format, select **Remove**.
8080

8181
To edit a color format, select it from the list. You can edit the color format's **Name** and **Format** in the dialog.
8282

0 commit comments

Comments
 (0)