Skip to content

Commit 2f309e4

Browse files
Jay-o-Wayhtcfreek
andcommitted
Latest small nits
Feedback from htcfreek; Alt-text for images: the one for AOT was probably copied from Color Picker; underscore Co-Authored-By: Heiko <[email protected]>
1 parent 44813f1 commit 2f309e4

File tree

6 files changed

+29
-28
lines changed

6 files changed

+29
-28
lines changed

hub/powertoys/always-on-top.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ no-loc: [PowerToys, Windows, Always on Top, Win]
1010

1111
A system-wide utility for Windows that allows you to pin windows to the top of all your windows.
1212

13-
![ColorPicker](../images/pt-always-on-top.png)
13+
![AlwaysOnTop screenshot](../images/pt-always-on-top.png)
1414

1515
### Toggle windows to be on top
1616

hub/powertoys/color-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The editor also allows you to fine-tune any picked color or get a new similar co
5151

5252
The color in the middle represents your currently selected color from the colors history. By clicking on it, the fine-tuning configuration control will appear, where you can change HSV or RGB values of the current color. Pressing <kbd>Select</kbd> will add newly configured color into the colors history.
5353

54-
![ColorPicker Editor](../images/pt-colorpicker-editor.gif)
54+
![ColorPicker Editor window](../images/pt-colorpicker-editor.gif)
5555

5656
To remove any color from the colors history, right click a color and select **Remove**.
5757

hub/powertoys/fancyzones.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ no-loc: [PowerToys, Windows, FancyZones, Fancy, Zone, Zones, Win]
1111

1212
FancyZones is a window manager utility for arranging and snapping windows into efficient layouts to improve the speed of your workflow and restore layouts quickly. FancyZones allows you to define a set of window locations for a desktop that are drag targets for windows. When you drag a window into a zone, the window is resized and repositioned to fill that zone.
1313

14-
![FancyZones screenshot](../images/pt-fancy-zones2.png)
14+
![FancyZones in action screenshot](../images/pt-fancy-zones2.png)
1515

1616

1717
## Getting started snapping windows
@@ -100,7 +100,7 @@ A custom layout can be configured to have a user-defined hotkey to quickly apply
100100

101101
In the demo below, we start with a default template applied to the screen and two custom layouts that we assign hotkeys for. We then use the <kbd>Win</kbd>+<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>[number]</kbd> binding to apply the first custom layout and snap a window to it. Finally, we apply the second custom layout while dragging a window and snap the window to it.
102102

103-
![FancyZones Quick-Swap Layouts](../images/pt-fancyzones-quickswap.gif)
103+
![FancyZones Quick-Swap Layouts settings and usage](../images/pt-fancyzones-quickswap.gif)
104104

105105
> [!TIP]
106106
> The settings for the zone layouts and monitors are saved in file `%LocalAppData%\Microsoft\PowerToys\FancyZones\zones-settings.json`. This can be manually changed to tweak zones, and exported to share layouts across devices.

hub/powertoys/image-resizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Image Resizer allows you to resize images by dragging and dropping your selected
2424

2525
Inside the PowerToys Settings window, on the Image Resizer tab, you can configure the following settings.
2626

27-
![PowerToys Image Resize Settings Menu](../images/powertoys-imageresize-settings.png)
27+
![PowerToys Image Resizer Settings](../images/powertoys-imageresize-settings.png)
2828

2929
### Sizes
3030

hub/powertoys/run.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following general options are available on the PowerToys Run settings page.
4141
| Setting | Description |
4242
| :--- | :--- |
4343
| Activation shortcut | Define the keyboard shortcut to show/hide PowerToys Run |
44-
| Use centralized keyboard hook | Try this setting if there are issues with the keyboard shortcut
44+
| Use centralized keyboard hook | Try this setting if there are issues with the keyboard shortcut |
4545
| Ignore shortcuts in Fullscreen mode | When in full-screen (F11), PowerToys Run won't be engaged with the shortcut |
4646
| Maximum number of results | Maximum number of results shown without scrolling |
4747
| Clear the previous query on launch | When launched, previous searches will not be highlighted |
@@ -57,28 +57,28 @@ PowerToys Run uses a plugin system to provide different types of results. The se
5757

5858
#### Direct activation commands
5959

60-
A number of the plugins can be activated with a direct activation command so that PowerToys Run will only use the targeted plugin.
60+
The plugins can be activated with a direct activation command so that PowerToys Run will only use the targeted plugin. The following table shows the direct activation commands assigned by default.
6161

6262
> [!TIP]
6363
> You can change them to fit your personal needs in the [plugin manager](#plugin-manager).
6464
65-
| Plug-in | Direct activation command | Example |
66-
|:-------------------------------------------------------------------------------------|:--------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
67-
| Calculator | `=` | `= 2+2` |
68-
| File searching | `?` | `? road` to find 'roadmap.txt' |
69-
| Installed programs | `.` | `. code` to get Visual Studio Code. (See [Program parameters](#program-parameters) for options on adding parameters to a program's startup.) |
70-
| Registry keys | `:` | `: hkcu` to search for the 'HKEY_CURRENT_USER' registry key. |
71-
| Windows services | `!` | `! alg` to search for the 'Application Layer Gateway' service to be started or stopped. |
72-
| Shell command | `>` | `> ping localhost` to do a ping query. |
73-
| Time and date | `(` | `( time and date` shows the current time and date in different formats.<br />`( calendar week::04/01/2022` shows the calendar week for the date '04/01/2022'. |
74-
| Time zones | `&` | `& Newfoundland` shows the current time in the time zone of Newfoundland. |
75-
| Unit converter | `%%` | `%% 10 ft in m` to calculate the number of meters in 10 feet. |
76-
| URIs | `//` | `//` to launch your default browser.<br />`// docs.microsoft.com` to have your default browser go to https://docs.microsoft.com.<br />`mailto:` and `ms-settings:` links are supported. |
77-
| Visual Studio Code<br />_previously opened workspaces, remote machines and containers_ | `{` | `{ powertoys` to search for workspaces that contain 'powertoys' in their paths. |
78-
| Web search | `??` | `??` to launch your default browser's search page.<br />`?? What is the answer to life` to search with your default browser's search engine. |
79-
| Windows settings | `$` | `$ Add/Remove Programs` to launch the Windows settings page for managing installed programs.<br >`$ Device:` to list all settings with 'device' in their area/category name.<br />`$ control>system>admin` shows all settings of the path 'Control Panel > System and Security > Administrative Tools'. |
80-
| Windows Terminal profiles | `_` | `_ powershell` to list all profiles that contains 'powershell' in their name. |
81-
| Open windows | `<` | `< outlook` to find all open windows that contain 'outlook' in their name or the name of their process. |
65+
| Plug-in | Direct activation command | Example |
66+
|:--------------------------|:--------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
67+
| Calculator | `=` | `= 2+2` |
68+
| File searching | `?` | `? road` to find 'roadmap.txt' |
69+
| Installed programs | `.` | `. code` to get Visual Studio Code. (See [Program parameters](#program-parameters) for options on adding parameters to a program's startup.) |
70+
| Registry keys | `:` | `: hkcu` to search for the 'HKEY_CURRENT_USER' registry key. |
71+
| Windows services | `!` | `! alg` to search for the 'Application Layer Gateway' service to be started or stopped. |
72+
| Shell command | `>` | `> ping localhost` to do a ping query. |
73+
| Time and date | `(` | `( time and date` shows the current time and date in different formats.<br />`( calendar week::04/01/2022` shows the calendar week for the date '04/01/2022'. |
74+
| Time zones | `&` | `& Newfoundland` shows the current time in the time zone of Newfoundland. |
75+
| Unit converter | `%%` | `%% 10 ft in m` to calculate the number of meters in 10 feet. |
76+
| URI-handler | `//` | `//` to launch your default browser.<br />`// docs.microsoft.com` to have your default browser go to https://docs.microsoft.com.<br />`mailto:` and `ms-settings:` links are supported. |
77+
| Visual Studio Code | `{` | `{ powertoys` to search for previously opened workspaces, remote machines and containers that contain 'powertoys' in their paths. |
78+
| Web search | `??` | `??` to launch your default browser's search page.<br />`?? What is the answer to life` to search with your default browser's search engine. |
79+
| Windows settings | `$` | `$ Add/Remove Programs` to launch the Windows settings page for managing installed programs.<br />`$ Device:` to list all settings with 'device' in their area/category name.<br />`$ control>system>admin` shows all settings of the path 'Control Panel > System and Security > Administrative Tools'. |
80+
| Windows Terminal profiles | `_` | `_ powershell` to list all profiles that contains 'powershell' in their name. |
81+
| Window Walker | `<` | `< outlook` to find all open windows that contain 'outlook' in their name or the name of their process. |
8282

8383

8484
## Using PowerToys Run
@@ -111,7 +111,7 @@ The Windows System Commands plugin provides a set of system level actions that c
111111
| `Sleep` | Puts the computer to sleep | |
112112
| `Hibernate` | Hibernates the computer | |
113113
| `Empty Recycle Bin` | Empties the recycle bin | |
114-
| `UEFI Firmware Settings` | Reboots the computer into UEFI Firmware Settings | Only available on systems with UEFI firmware.<br />(Requires administrative permissions.) |
114+
| `UEFI Firmware Settings` | Reboots the computer into UEFI Firmware Settings | Only available on systems with UEFI firmware. Requires administrative permissions. |
115115
| `IP address` * | Shows the ip addresses from the network connections of your computer. | The search query has to start with the word `IP` or the word `address`. |
116116
| `MAC address` * | Shows the mac addresses from the network adapters in your computer. | The search query has to start with the word `MAC` or the word `address`. |
117117

@@ -172,7 +172,7 @@ The Calculator plugin supports the following operations:
172172
| Factorial | x! | |
173173
| Sign | sign( -x ) | A number that indicates the sign of value:<br />- `-1` if number is less than zero.<br />- `0` if number is zero.<br />- `1` if number is greater than zero. |
174174
| Random number | rand() | Returns a fractional number between 0 and 1. |
175-
| Pi | pi | Returns the number of pi.<br />_(To simply display pi, a sign is required like so: `+pi`.)_ |
175+
| Pi | pi | Returns the number of pi. (To simply display pi, a sign is required like so: `+pi`.) |
176176
| Sine | sin( x ) | |
177177
| Cosine | cos( x ) | |
178178
| Tangent | tan( x ) | |
@@ -228,7 +228,7 @@ The Unit Converter plugin supports the following unit types:
228228

229229
In the Folder plugin you can filter the results by using some special characters.
230230

231-
| Character sequence | Result | Example
231+
| Character sequence | Result | Example |
232232
| :--- | :--- | :--- |
233233
| `>` | Search inside the folder. | `C:\Users\tom\Documents\>` |
234234
| `*` | Search files by mask. | `C:\Users\tom\Documents\*.doc` |
@@ -290,6 +290,7 @@ On the "Searching Windows" page, you can:
290290

291291
For a list of all known issues and suggestions, see the [PowerToys product repository issues on GitHub](https://github.com/microsoft/PowerToys/issues?q=is%3Aopen+is%3Aissue+label%3A%22Product-PowerToys+Run%22).
292292

293+
293294
## Attribution
294295

295296
- [Wox](https://github.com/Wox-launcher/Wox/)

hub/powertoys/shortcut-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ These configurations can be edited from the PowerToys Settings:
4545
| Opacity of background | Opacity of the Shortcut Guide overlay |
4646
| Exclude apps | Ignores Shortcut Guide when these apps are in focus |
4747

48-
![Image of the Options](../images/pt-shortcut-guide-settings.png)
48+
![Shortcut Guide settings](../images/pt-shortcut-guide-settings.png)

0 commit comments

Comments
 (0)