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
Copy file name to clipboardExpand all lines: hub/powertoys/general.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Select the desired setting from the filtered results to jump directly to it, or
29
29
30
30
## Shortcut conflict detection
31
31
32
-
PowerToys includes a feature to detect shortcut conflicts. If you have multiple PowerToys modules that use the same keyboard shortcut, the conflict detection feature will alert you so you can resolve the issue. When the **PowerToys shortcut conflicts** window appears, you can view all conflicting shortcuts and reassign them as needed.
32
+
PowerToys includes a feature to detect shortcut conflicts. If you have multiple PowerToys modules that use the same keyboard shortcut, the conflict detection feature will alert you so you can resolve the issue. When the **PowerToys shortcut conflicts** window appears, you can view all conflicting shortcuts. From this window, you can reassign shortcuts to resolve conflicts, choose to ignore specific conflicts, or remove shortcuts entirely.
33
33
34
34
:::image type="content" source="../images/pt-shortcut-conflicts.png" alt-text="A screenshot of the PowerToys shortcut conflicts window.":::
Copy file name to clipboardExpand all lines: hub/powertoys/mouse-utilities.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ Mouse utilities in PowerToys is a collection of features that enhance mouse and
14
14
15
15
## Find my mouse
16
16
17
-
Activate a spotlight that focuses on the cursor's position by pressing the <kbd>Ctrl</kbd> key twice, using a custom shortcut, or by shaking the mouse. Click the mouse or press any keyboard key to dismiss it. If you move the mouse while the spotlight is active, the spotlight will dismiss on its own shortly after the mouse stops moving.
17
+
Activate a spotlight that focuses on the cursor's position by pressing the <kbd>Ctrl</kbd> key twice, using a custom shortcut, or by shaking the mouse. Click the mouse or press any keyboard key to dismiss it. If you move the mouse while the spotlight is active, the spotlight will dismiss on its own shortly after the mouse stops moving. It has an option to use a transparent spotlight with independent backdrop and spotlight opacities, boosting focus and accessibility.
18
18
19
19
:::image type="content" source="../images/pt-mouse-utilities-find-my-mouse.gif" alt-text="An animated gif of the PowerToys Find my mouse feature of its Mouse Utilities.":::
20
20
21
21
## Gliding cursor
22
22
23
-
The gliding cursor is an accessibility feature that lets you control the mouse with a single button using guided horizontal and vertical lines. Use the <kbd>Win</kbd>+<kbd>Alt</kbd>+<kbd>.<kbd> keyboard key combination to activate the gliding cursor, then move the mouse to control its position.
23
+
The gliding cursor is an accessibility feature that lets you control the mouse with a single button using guided horizontal and vertical lines. Use the <kbd>Win</kbd>+<kbd>Alt</kbd>+<kbd>.<kbd> keyboard key combination to activate the gliding cursor, then move the mouse to control its position. Cancel the gliding cursor with the <kbd>Esc</kbd> key or by clicking the mouse.
24
24
25
25
:::image type="content" source="../images/pt-mouse-utilities-gliding-cursor.png" lightbox="../images/pt-mouse-utilities-gliding-cursor.gif" alt-text="An animated gif of the PowerToys gliding cursor feature of its Mouse Utilities.":::
26
26
@@ -35,8 +35,8 @@ From the settings page, the following options can be configured:
35
35
| Activation shortcut | The custom shortcut used to activate the spotlight. |
36
36
| Do not activate when Game Mode is on | Prevents the spotlight from being used when actively playing a game on the system. |
37
37
| Overlay opacity | The opacity of the spotlight backdrop. (default: 50%) |
38
-
| Background color | The color of the spotlight backdrop. (default: #000000) |
39
-
| Spotlight color | The color of the circle that centers on the cursor. (default: #FFFFFF) |
38
+
| Background color | The color of the spotlight backdrop. (default: #000000) Support for transparency is available. |
39
+
| Spotlight color | The color of the circle that centers on the cursor. (default: #FFFFFF) Support for transparency is available. |
40
40
| Spotlight radius | The radius of the circle that centers on the cursor. (default: 100px) |
41
41
| Spotlight initial zoom | The spotlight animation's zoom factor. Higher values result in more pronounced zoom animation as the spotlight closes in on the cursor position. |
42
42
| Animation duration | Time for the spotlight animation. (default: 500ms) |
@@ -90,6 +90,7 @@ Mouse Pointer Crosshairs draws crosshairs centered on the mouse pointer. This fe
90
90
| Crosshairs thickness | (default: 5px) |
91
91
| Border color | The color for the crosshair borders. |
92
92
| Border size | Size of the border, in pixels. |
93
+
| Orientation | Choose between **Horizontal**, **Vertical**, or **Vertical and Horizontal** (default). |
93
94
| Automatically hide crosshairs when the mouse pointer is hidden ||
Copy file name to clipboardExpand all lines: hub/powertoys/peek.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ PowerToys Peek utility is a system-wide tool for Windows that lets you preview f
15
15
16
16
## Preview a file
17
17
18
-
Select a file in File Explorer and open the Peek preview using the activation / deactivation shortcut (default: <kbd>Ctrl</kbd>+<kbd>Space</kbd>).
18
+
Select a file in File Explorer and open the Peek preview using the activation / deactivation shortcut (default: <kbd>Space</kbd>).
19
19
20
20
Using <kbd>Left</kbd> and <kbd>Right</kbd> or <kbd>Up</kbd> and <kbd>Down</kbd>, you can scroll between all files in the current folder. Select multiple files in File Explorer for previewing to scroll only between selected ones.
21
21
@@ -55,7 +55,7 @@ From the settings page, the following options can be configured:
55
55
56
56
| Setting | Description |
57
57
| :--- | :--- |
58
-
| Activation shortcut | The customizable keyboard command to open Peek for the selected file(s). |
58
+
| Activation shortcut | The customizable keyboard command to open Peek for the selected file(s). New starting in PowerToys 0.95 - <kbd>Space</kbd> is now the default keyboard command. |
59
59
| Always run without elevation, even when PowerToys is elevated | Tries to run Peek without elevated permissions, to fix access to network shares. |
60
60
| Automatically close the Peek window after it loses focus ||
61
61
| Confirm before deleting files | When enabled, Peek shows a confirmation dialog before deleting files. |
0 commit comments